#6C98EF

Color #6C98EF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6C98EF

Tints of Cornflower Blue #6C98EF

Color information

#6C98EF (or 0x6C98EF) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 98 and EF. RGB value is (108,152,239). Sum of RGB (Red+Green+Blue) = 108+152+239=499 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.64% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C98EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C98EF is #936710. Grayscale: #949494. Windows color (decimal): -9660177 or 15702124. OLE color: 15702124.

HSL color Cylindrical-coordinate representation of color #6C98EF: hue angle of 219.85º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C98EF is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB108152239-
CMYK0.550.3600.06
HSL219.85º80.37%68.04%-
HSV(B)219.85º54.81%93.73%-
XYZ32.9931.8886.08-
YUV148.76178.9298.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.64%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 239 (93.75% from 255) = 47.90%
R=21.64%
G=30.46%
B=47.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1081522390.550.3600.06219.8580.3768.04
Hex6C98EF372406dc5044
Octal154230357674406334120104
Binary1101100100110001110111111011110010001101101110010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C98EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C98EF; }

 p { color: rgb(108,152,239); }

 H1.HeaderClassName
 {
   color: #6C98EF;
 }
 .AnyTagClassName
 {
   color: #6C98EF;
 }
</style>
background-color css

<style>
 a { background-color: #6C98EF; }

 a { background-color: rgb(108,152,239); }

 div.DivClassName
 {
   background-color: #6C98EF;
 }
 .BgClassName
 {
   background-color: #6C98EF;
 }
</style>
border-color css

<style>
 span { border-color: #6C98EF; }

 span { border-color: rgb(108,152,239); }

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