Html Css Color HEX #629BCD Picton Blue

📋 copy color: '#629BCD'

red 98 ◦ green 155 ◦ blue 205

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

Shades of Picton Blue #629BCD

Tints of Picton Blue #629BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.84%

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

R = 21.4%
G = 33.84%
B = 44.76%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#629BCD (or 0x629BCD) is known color: Picton Blue. HEX triplet: 62, 9B and CD. RGB value is (98,155,205). Sum of RGB (Red+Green+Blue) = 98+155+205=458 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.40% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #629BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629BCD is #9D6432. Grayscale: #8F8F8F. Windows color (decimal): -10314803 or 13474658. OLE color: 13474658.

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

Color convert

RGB 98 155 205 -
CMYK 0.52 0.24 0 0.20
HSL 208.04º 0.52% 0.59% -
HSV(B) 208.04º 0.52% 0.8% -
XYZ 27.78 30.45 62.17 -
YUV 143.66 162.62 95.43 -
System Red Green Blue C M Y K H S L
Decimal 98 155 205 0.52 0.24 0 0.20 208.04 0.52 0.59
Hex 62 9B CD 34 18 0 14 D0 34 3B
Octal 142 233 315 64 30 0 24 320 64 73
Binary 1100010 10011011 11001101 110100 11000 0 10100 11010000 110100 111011

Color Harmonies of #629BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629BCD

Black with #629BCD

Text Example


Text Example

White with #629BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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