Html Css Color HEX #6294EB Cornflower Blue

📋 copy color: '#6294EB'

red 98 ◦ green 148 ◦ blue 235

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

Shades of Cornflower Blue #6294EB

Tints of Cornflower Blue #6294EB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.77%

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 20.37%
G = 30.77%
B = 48.86%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6294EB (or 0x6294EB) is known color: Cornflower Blue. HEX triplet: 62, 94 and EB. RGB value is (98,148,235). Sum of RGB (Red+Green+Blue) = 98+148+235=481 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.37% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #6294EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6294EB is #9D6B14. Grayscale: #8E8E8E. Windows color (decimal): -10316565 or 15438946. OLE color: 15438946.

HSL color Cylindrical-coordinate representation of color #6294EB: hue angle of 218.1º degrees, saturation: 0.77, 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 #6294EB is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 148 235 -
CMYK 0.58 0.37 0 0.08
HSL 218.1º 0.77% 0.65% -
HSV(B) 218.1º 0.58% 0.92% -
XYZ 30.62 29.77 82.73 -
YUV 142.97 179.94 95.93 -
System Red Green Blue C M Y K H S L
Decimal 98 148 235 0.58 0.37 0 0.08 218.1 0.77 0.65
Hex 62 94 EB 3A 25 0 8 DA 4D 41
Octal 142 224 353 72 45 0 10 332 115 101
Binary 1100010 10010100 11101011 111010 100101 0 1000 11011010 1001101 1000001

Color Harmonies of #6294EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6294EB

Black with #6294EB

Text Example


Text Example

White with #6294EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6294EB; }

 p { color: rgb(98,148,235); }

 H1.HeaderClassName
 {
   color: #6294EB;
 }
 .AnyTagClassName
 {
   color: #6294EB;
 }
</style>

background-color css

<style>
 a { background-color: #6294EB; }

 a { background-color: rgb(98,148,235); }

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

border-color css

<style>
 span { border-color: #6294EB; }

 span { border-color: rgb(98,148,235); }

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