Html Css Color HEX #629CDC Picton Blue

📋 copy color: '#629CDC'

red 98 ◦ green 156 ◦ blue 220

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

Shades of Picton Blue #629CDC

Tints of Picton Blue #629CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 20.68%
G = 32.91%
B = 46.41%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#629CDC (or 0x629CDC) is known color: Picton Blue. HEX triplet: 62, 9C and DC. RGB value is (98,156,220). Sum of RGB (Red+Green+Blue) = 98+156+220=474 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.68% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #629CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629CDC is #9D6323. Grayscale: #919191. Windows color (decimal): -10314532 or 14457954. OLE color: 14457954.

HSL color Cylindrical-coordinate representation of color #629CDC: hue angle of 211.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #629CDC is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 156 220 -
CMYK 0.55 0.29 0 0.14
HSL 211.48º 0.64% 0.62% -
HSV(B) 211.48º 0.55% 0.86% -
XYZ 29.84 31.54 72.23 -
YUV 145.95 169.78 93.8 -
System Red Green Blue C M Y K H S L
Decimal 98 156 220 0.55 0.29 0 0.14 211.48 0.64 0.62
Hex 62 9C DC 37 1D 0 E D3 40 3E
Octal 142 234 334 67 35 0 16 323 100 76
Binary 1100010 10011100 11011100 110111 11101 0 1110 11010011 1000000 111110

Color Harmonies of #629CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629CDC

Black with #629CDC

Text Example


Text Example

White with #629CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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