Html Css Color HEX #629ECB Picton Blue

📋 copy color: '#629ECB'

red 98 ◦ green 158 ◦ blue 203

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

Shades of Picton Blue #629ECB

Tints of Picton Blue #629ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 21.35%
G = 34.42%
B = 44.23%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#629ECB (or 0x629ECB) is known color: Picton Blue. HEX triplet: 62, 9E and CB. RGB value is (98,158,203). Sum of RGB (Red+Green+Blue) = 98+158+203=459 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.35% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #629ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629ECB is #9D6134. Grayscale: #909090. Windows color (decimal): -10314037 or 13344354. OLE color: 13344354.

HSL color Cylindrical-coordinate representation of color #629ECB: hue angle of 205.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #629ECB is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 158 203 -
CMYK 0.52 0.22 0 0.20
HSL 205.71º 0.5% 0.59% -
HSV(B) 205.71º 0.52% 0.8% -
XYZ 28.04 31.36 61.08 -
YUV 145.19 160.62 94.34 -
System Red Green Blue C M Y K H S L
Decimal 98 158 203 0.52 0.22 0 0.20 205.71 0.5 0.59
Hex 62 9E CB 34 16 0 14 CE 32 3B
Octal 142 236 313 64 26 0 24 316 62 73
Binary 1100010 10011110 11001011 110100 10110 0 10100 11001110 110010 111011

Color Harmonies of #629ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629ECB

Black with #629ECB

Text Example


Text Example

White with #629ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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