Html Css Color HEX #629ED4 Picton Blue

📋 copy color: '#629ED4'

red 98 ◦ green 158 ◦ blue 212

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

Shades of Picton Blue #629ED4

Tints of Picton Blue #629ED4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.76%

 BLUE value IS 212 (83.2% from 255) = 45.3%

R = 20.94%
G = 33.76%
B = 45.3%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#629ED4 (or 0x629ED4) is known color: Picton Blue. HEX triplet: 62, 9E and D4. RGB value is (98,158,212). Sum of RGB (Red+Green+Blue) = 98+158+212=468 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.94% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #629ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629ED4 is #9D612B. Grayscale: #919191. Windows color (decimal): -10314028 or 13934178. OLE color: 13934178.

HSL color Cylindrical-coordinate representation of color #629ED4: hue angle of 208.42º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #629ED4 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 98 158 212 -
CMYK 0.54 0.25 0 0.17
HSL 208.42º 0.57% 0.61% -
HSV(B) 208.42º 0.54% 0.83% -
XYZ 29.15 31.8 66.89 -
YUV 146.22 165.12 93.61 -
System Red Green Blue C M Y K H S L
Decimal 98 158 212 0.54 0.25 0 0.17 208.42 0.57 0.61
Hex 62 9E D4 36 19 0 11 D0 39 3D
Octal 142 236 324 66 31 0 21 320 71 75
Binary 1100010 10011110 11010100 110110 11001 0 10001 11010000 111001 111101

Color Harmonies of #629ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629ED4

Black with #629ED4

Text Example


Text Example

White with #629ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,158,212); }

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

background-color css

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

 a { background-color: rgb(98,158,212); }

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

border-color css

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

 span { border-color: rgb(98,158,212); }

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