Html Css Color HEX #629ECF Picton Blue

📋 copy color: '#629ECF'

red 98 ◦ green 158 ◦ blue 207

#629ECF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #629ECF

Tints of Picton Blue #629ECF

RGB

 RED value IS 98 (38.67% from 255) = 21.17%

 GREEN value IS 158 (62.11% from 255) = 34.13%

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 21.17%
G = 34.13%
B = 44.71%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#629ECF (or 0x629ECF) is known color: Picton Blue. HEX triplet: 62, 9E and CF. RGB value is (98,158,207). Sum of RGB (Red+Green+Blue) = 98+158+207=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #629ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629ECF is #9D6130. Grayscale: #919191. Windows color (decimal): -10314033 or 13606498. OLE color: 13606498.

HSL color Cylindrical-coordinate representation of color #629ECF: hue angle of 206.97º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #629ECF is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 158 207 -
CMYK 0.53 0.24 0 0.19
HSL 206.97º 0.53% 0.6% -
HSV(B) 206.97º 0.53% 0.81% -
XYZ 28.53 31.56 63.62 -
YUV 145.65 162.62 94.02 -
System Red Green Blue C M Y K H S L
Decimal 98 158 207 0.53 0.24 0 0.19 206.97 0.53 0.6
Hex 62 9E CF 35 18 0 13 CF 35 3C
Octal 142 236 317 65 30 0 23 317 65 74
Binary 1100010 10011110 11001111 110101 11000 0 10011 11001111 110101 111100

Color Harmonies of #629ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629ECF

Black with #629ECF

Text Example


Text Example

White with #629ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,158,207); }

 H1.HeaderClassName
 {
   color: #629ECF;
 }
 .AnyTagClassName
 {
   color: #629ECF;
 }
</style>

background-color css

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

 a { background-color: rgb(98,158,207); }

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

border-color css

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

 span { border-color: rgb(98,158,207); }

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