Html Css Color HEX #6498EC Cornflower Blue

📋 copy color: '#6498EC'

red 100 ◦ green 152 ◦ blue 236

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

Shades of Cornflower Blue #6498EC

Tints of Cornflower Blue #6498EC

RGB

 RED value IS 100 (39.45% from 255) = 20.49%

 GREEN value IS 152 (59.77% from 255) = 31.15%

 BLUE value IS 236 (92.58% from 255) = 48.36%

R = 20.49%
G = 31.15%
B = 48.36%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6498EC (or 0x6498EC) is known color: Cornflower Blue. HEX triplet: 64, 98 and EC. RGB value is (100,152,236). Sum of RGB (Red+Green+Blue) = 100+152+236=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #6498EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6498EC is #9B6713. Grayscale: #919191. Windows color (decimal): -10184468 or 15505508. OLE color: 15505508.

HSL color Cylindrical-coordinate representation of color #6498EC: hue angle of 217.06º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6498EC is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 152 236 -
CMYK 0.58 0.36 0 0.07
HSL 217.06º 0.78% 0.66% -
HSV(B) 217.06º 0.58% 0.93% -
XYZ 31.62 31.22 83.72 -
YUV 146.03 178.77 95.17 -
System Red Green Blue C M Y K H S L
Decimal 100 152 236 0.58 0.36 0 0.07 217.06 0.78 0.66
Hex 64 98 EC 3A 24 0 7 D9 4E 42
Octal 144 230 354 72 44 0 7 331 116 102
Binary 1100100 10011000 11101100 111010 100100 0 111 11011001 1001110 1000010

Color Harmonies of #6498EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6498EC

Black with #6498EC

Text Example


Text Example

White with #6498EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6498EC; }

 p { color: rgb(100,152,236); }

 H1.HeaderClassName
 {
   color: #6498EC;
 }
 .AnyTagClassName
 {
   color: #6498EC;
 }
</style>

background-color css

<style>
 a { background-color: #6498EC; }

 a { background-color: rgb(100,152,236); }

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

border-color css

<style>
 span { border-color: #6498EC; }

 span { border-color: rgb(100,152,236); }

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