#6997E4

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

Shades of Cornflower Blue #6997E4

Tints of Cornflower Blue #6997E4

Color information

#6997E4 (or 0x6997E4) is unknown color: approx Cornflower Blue. HEX triplet: 69, 97 and E4. RGB value is (105,151,228). Sum of RGB (Red+Green+Blue) = 105+151+228=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #6997E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6997E4 is #96681B. Grayscale: #919191. Windows color (decimal): -9857052 or 14980969. OLE color: 14980969.

HSL color Cylindrical-coordinate representation of color #6997E4: hue angle of 217.56º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6997E4 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105151228-
CMYK0.540.3400.11
HSL217.56º69.49%65.29%-
HSV(B)217.56º53.95%89.41%-
XYZ30.930.7477.7-
YUV146.02174.2698.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.69%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 228 (89.45% from 255) = 47.11%
R=21.69%
G=31.20%
B=47.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051512280.540.3400.11217.5669.4965.29
Hex6997E436220Bda4541
Octal1512273446642013332105101
Binary11010011001011111100100110110100010010111101101010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6997E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6997E4; }

 p { color: rgb(105,151,228); }

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

<style>
 a { background-color: #6997E4; }

 a { background-color: rgb(105,151,228); }

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

<style>
 span { border-color: #6997E4; }

 span { border-color: rgb(105,151,228); }

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