Html Css Color HEX #6296EA Cornflower Blue

📋 copy color: '#6296EA'

red 98 ◦ green 150 ◦ blue 234

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

Shades of Cornflower Blue #6296EA

Tints of Cornflower Blue #6296EA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.12%

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 20.33%
G = 31.12%
B = 48.55%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6296EA (or 0x6296EA) is known color: Cornflower Blue. HEX triplet: 62, 96 and EA. RGB value is (98,150,234). Sum of RGB (Red+Green+Blue) = 98+150+234=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #6296EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6296EA is #9D6915. Grayscale: #8F8F8F. Windows color (decimal): -10316054 or 15373922. OLE color: 15373922.

HSL color Cylindrical-coordinate representation of color #6296EA: hue angle of 217.06º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6296EA is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 150 234 -
CMYK 0.58 0.36 0 0.08
HSL 217.06º 0.76% 0.65% -
HSV(B) 217.06º 0.58% 0.92% -
XYZ 30.79 30.35 82.08 -
YUV 144.03 178.77 95.17 -
System Red Green Blue C M Y K H S L
Decimal 98 150 234 0.58 0.36 0 0.08 217.06 0.76 0.65
Hex 62 96 EA 3A 24 0 8 D9 4C 41
Octal 142 226 352 72 44 0 10 331 114 101
Binary 1100010 10010110 11101010 111010 100100 0 1000 11011001 1001100 1000001

Color Harmonies of #6296EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6296EA

Black with #6296EA

Text Example


Text Example

White with #6296EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6296EA; }

 p { color: rgb(98,150,234); }

 H1.HeaderClassName
 {
   color: #6296EA;
 }
 .AnyTagClassName
 {
   color: #6296EA;
 }
</style>

background-color css

<style>
 a { background-color: #6296EA; }

 a { background-color: rgb(98,150,234); }

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

border-color css

<style>
 span { border-color: #6296EA; }

 span { border-color: rgb(98,150,234); }

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