Html Css Color HEX #629CDD Picton Blue

📋 copy color: '#629CDD'

red 98 ◦ green 156 ◦ blue 221

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

Shades of Picton Blue #629CDD

Tints of Picton Blue #629CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 20.63%
G = 32.84%
B = 46.53%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#629CDD (or 0x629CDD) is known color: Picton Blue. HEX triplet: 62, 9C and DD. RGB value is (98,156,221). Sum of RGB (Red+Green+Blue) = 98+156+221=475 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.63% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #629CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629CDD is #9D6322. Grayscale: #919191. Windows color (decimal): -10314531 or 14523490. OLE color: 14523490.

HSL color Cylindrical-coordinate representation of color #629CDD: hue angle of 211.71º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #629CDD is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 156 221 -
CMYK 0.56 0.29 0 0.13
HSL 211.71º 0.64% 0.63% -
HSV(B) 211.71º 0.56% 0.87% -
XYZ 29.98 31.59 72.92 -
YUV 146.07 170.28 93.71 -
System Red Green Blue C M Y K H S L
Decimal 98 156 221 0.56 0.29 0 0.13 211.71 0.64 0.63
Hex 62 9C DD 38 1D 0 D D4 40 3F
Octal 142 234 335 70 35 0 15 324 100 77
Binary 1100010 10011100 11011101 111000 11101 0 1101 11010100 1000000 111111

Color Harmonies of #629CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629CDD

Black with #629CDD

Text Example


Text Example

White with #629CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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