Html Css Color HEX #629EE6 Cornflower Blue

📋 copy color: '#629EE6'

red 98 ◦ green 158 ◦ blue 230

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

Shades of Cornflower Blue #629EE6

Tints of Cornflower Blue #629EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.33%

R = 20.16%
G = 32.51%
B = 47.33%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#629EE6 (or 0x629EE6) is known color: Cornflower Blue. HEX triplet: 62, 9E and E6. RGB value is (98,158,230). Sum of RGB (Red+Green+Blue) = 98+158+230=486 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.16% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #629EE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629EE6 is #9D6119. Grayscale: #939393. Windows color (decimal): -10314010 or 15113826. OLE color: 15113826.

HSL color Cylindrical-coordinate representation of color #629EE6: hue angle of 212.73º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #629EE6 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 98 158 230 -
CMYK 0.57 0.31 0 0.10
HSL 212.73º 0.73% 0.64% -
HSV(B) 212.73º 0.57% 0.9% -
XYZ 31.55 32.76 79.52 -
YUV 148.27 174.12 92.15 -
System Red Green Blue C M Y K H S L
Decimal 98 158 230 0.57 0.31 0 0.10 212.73 0.73 0.64
Hex 62 9E E6 39 1F 0 A D5 49 40
Octal 142 236 346 71 37 0 12 325 111 100
Binary 1100010 10011110 11100110 111001 11111 0 1010 11010101 1001001 1000000

Color Harmonies of #629EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629EE6

Black with #629EE6

Text Example


Text Example

White with #629EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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