Html Css Color HEX #629DDD Picton Blue

📋 copy color: '#629DDD'

red 98 ◦ green 157 ◦ blue 221

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

Shades of Picton Blue #629DDD

Tints of Picton Blue #629DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.98%

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

R = 20.59%
G = 32.98%
B = 46.43%

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

#629DDD (or 0x629DDD) is known color: Picton Blue. HEX triplet: 62, 9D and DD. RGB value is (98,157,221). Sum of RGB (Red+Green+Blue) = 98+157+221=476 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.59% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #629DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629DDD is #9D6222. Grayscale: #929292. Windows color (decimal): -10314275 or 14523746. OLE color: 14523746.

HSL color Cylindrical-coordinate representation of color #629DDD: hue angle of 211.22º 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 #629DDD is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 157 221 -
CMYK 0.56 0.29 0 0.13
HSL 211.22º 0.64% 0.63% -
HSV(B) 211.22º 0.56% 0.87% -
XYZ 30.15 31.93 72.98 -
YUV 146.66 169.95 93.3 -
System Red Green Blue C M Y K H S L
Decimal 98 157 221 0.56 0.29 0 0.13 211.22 0.64 0.63
Hex 62 9D DD 38 1D 0 D D3 40 3F
Octal 142 235 335 70 35 0 15 323 100 77
Binary 1100010 10011101 11011101 111000 11101 0 1101 11010011 1000000 111111

Color Harmonies of #629DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629DDD

Black with #629DDD

Text Example


Text Example

White with #629DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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