#629CD7

Color #629CD7 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #629CD7

Tints of Picton Blue #629CD7

Color information

#629CD7 (or 0x629CD7) is unknown color: approx Picton Blue. HEX triplet: 62, 9C and D7. RGB value is (98,156,215). Sum of RGB (Red+Green+Blue) = 98+156+215=469 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.90% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #629CD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629CD7 is #9D6328. Grayscale: #919191. Windows color (decimal): -10314537 or 14130274. OLE color: 14130274.

HSL color Cylindrical-coordinate representation of color #629CD7: hue angle of 210.26º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #629CD7 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB98156215-
CMYK0.540.2700.16
HSL210.26º59.39%61.37%-
HSV(B)210.26º54.42%84.31%-
XYZ29.1931.2868.79-
YUV145.38167.2894.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 20.90%
GREEN value IS 156 (61.33% from 255) = 33.26%
BLUE value IS 215 (84.38% from 255) = 45.84%
R=20.90%
G=33.26%
B=45.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal981562150.540.2700.16210.2659.3961.37
Hex629CD7361B010d23b3d
Octal14223432766330203227375
Binary110001010011100110101111101101101101000011010010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629CD7; }

 p { color: rgb(98,156,215); }

 H1.HeaderClassName
 {
   color: #629CD7;
 }
 .AnyTagClassName
 {
   color: #629CD7;
 }
</style>
background-color css

<style>
 a { background-color: #629CD7; }

 a { background-color: rgb(98,156,215); }

 div.DivClassName
 {
   background-color: #629CD7;
 }
 .BgClassName
 {
   background-color: #629CD7;
 }
</style>
border-color css

<style>
 span { border-color: #629CD7; }

 span { border-color: rgb(98,156,215); }

 td.TdClassName
 {
   border-color: #629CD7;
 }
 .TagClassName
 {
   border-color: #629CD7;
 }
</style>