Html Css Color HEX #629ECD Picton Blue

📋 copy color: '#629ECD'

red 98 ◦ green 158 ◦ blue 205

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

Shades of Picton Blue #629ECD

Tints of Picton Blue #629ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 21.26%
G = 34.27%
B = 44.47%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#629ECD (or 0x629ECD) is known color: Picton Blue. HEX triplet: 62, 9E and CD. RGB value is (98,158,205). Sum of RGB (Red+Green+Blue) = 98+158+205=461 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.26% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #629ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629ECD is #9D6132. Grayscale: #919191. Windows color (decimal): -10314035 or 13475426. OLE color: 13475426.

HSL color Cylindrical-coordinate representation of color #629ECD: hue angle of 206.36º degrees, saturation: 0.52, 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 #629ECD is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 158 205 -
CMYK 0.52 0.23 0 0.20
HSL 206.36º 0.52% 0.59% -
HSV(B) 206.36º 0.52% 0.8% -
XYZ 28.28 31.46 62.34 -
YUV 145.42 161.62 94.18 -
System Red Green Blue C M Y K H S L
Decimal 98 158 205 0.52 0.23 0 0.20 206.36 0.52 0.59
Hex 62 9E CD 34 17 0 14 CE 34 3B
Octal 142 236 315 64 27 0 24 316 64 73
Binary 1100010 10011110 11001101 110100 10111 0 10100 11001110 110100 111011

Color Harmonies of #629ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629ECD

Black with #629ECD

Text Example


Text Example

White with #629ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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