Html Css Color HEX #6292EA Cornflower Blue

📋 copy color: '#6292EA'

red 98 ◦ green 146 ◦ blue 234

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

Shades of Cornflower Blue #6292EA

Tints of Cornflower Blue #6292EA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.54%

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

R = 20.5%
G = 30.54%
B = 48.95%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6292EA (or 0x6292EA) is known color: Cornflower Blue. HEX triplet: 62, 92 and EA. RGB value is (98,146,234). Sum of RGB (Red+Green+Blue) = 98+146+234=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #6292EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6292EA is #9D6D15. Grayscale: #8D8D8D. Windows color (decimal): -10317078 or 15372898. OLE color: 15372898.

HSL color Cylindrical-coordinate representation of color #6292EA: hue angle of 218.82º 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 #6292EA is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 146 234 -
CMYK 0.58 0.38 0 0.08
HSL 218.82º 0.76% 0.65% -
HSV(B) 218.82º 0.58% 0.92% -
XYZ 30.17 29.09 81.87 -
YUV 141.68 180.1 96.84 -
System Red Green Blue C M Y K H S L
Decimal 98 146 234 0.58 0.38 0 0.08 218.82 0.76 0.65
Hex 62 92 EA 3A 26 0 8 DB 4C 41
Octal 142 222 352 72 46 0 10 333 114 101
Binary 1100010 10010010 11101010 111010 100110 0 1000 11011011 1001100 1000001

Color Harmonies of #6292EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6292EA

Black with #6292EA

Text Example


Text Example

White with #6292EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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