Html Css Color HEX #629CCD Picton Blue

📋 copy color: '#629CCD'

red 98 ◦ green 156 ◦ blue 205

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

Shades of Picton Blue #629CCD

Tints of Picton Blue #629CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.99%

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

R = 21.35%
G = 33.99%
B = 44.66%

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

#629CCD (or 0x629CCD) is known color: Picton Blue. HEX triplet: 62, 9C and CD. RGB value is (98,156,205). Sum of RGB (Red+Green+Blue) = 98+156+205=459 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.35% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #629CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629CCD is #9D6332. Grayscale: #8F8F8F. Windows color (decimal): -10314547 or 13474914. OLE color: 13474914.

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

Color convert

RGB 98 156 205 -
CMYK 0.52 0.24 0 0.20
HSL 207.48º 0.52% 0.59% -
HSV(B) 207.48º 0.52% 0.8% -
XYZ 27.94 30.78 62.23 -
YUV 144.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 98 156 205 0.52 0.24 0 0.20 207.48 0.52 0.59
Hex 62 9C CD 34 18 0 14 CF 34 3B
Octal 142 234 315 64 30 0 24 317 64 73
Binary 1100010 10011100 11001101 110100 11000 0 10100 11001111 110100 111011

Color Harmonies of #629CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629CCD

Black with #629CCD

Text Example


Text Example

White with #629CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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