Html Css Color HEX #629BE6 Cornflower Blue

📋 copy color: '#629BE6'

red 98 ◦ green 155 ◦ blue 230

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

Shades of Cornflower Blue #629BE6

Tints of Cornflower Blue #629BE6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.09%

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

R = 20.29%
G = 32.09%
B = 47.62%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#629BE6 (or 0x629BE6) is known color: Cornflower Blue. HEX triplet: 62, 9B and E6. RGB value is (98,155,230). Sum of RGB (Red+Green+Blue) = 98+155+230=483 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.29% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #629BE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629BE6 is #9D6419. Grayscale: #929292. Windows color (decimal): -10314778 or 15113058. OLE color: 15113058.

HSL color Cylindrical-coordinate representation of color #629BE6: hue angle of 214.09º 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 #629BE6 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 98 155 230 -
CMYK 0.57 0.33 0 0.10
HSL 214.09º 0.73% 0.64% -
HSV(B) 214.09º 0.57% 0.9% -
XYZ 31.04 31.75 79.36 -
YUV 146.51 175.12 93.4 -
System Red Green Blue C M Y K H S L
Decimal 98 155 230 0.57 0.33 0 0.10 214.09 0.73 0.64
Hex 62 9B E6 39 21 0 A D6 49 40
Octal 142 233 346 71 41 0 12 326 111 100
Binary 1100010 10011011 11100110 111001 100001 0 1010 11010110 1001001 1000000

Color Harmonies of #629BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629BE6

Black with #629BE6

Text Example


Text Example

White with #629BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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