#6C9EFF

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

Shades of Cornflower Blue #6C9EFF

Tints of Cornflower Blue #6C9EFF

Color information

#6C9EFF (or 0x6C9EFF) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 9E and FF. RGB value is (108,158,255). Sum of RGB (Red+Green+Blue) = 108+158+255=521 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.73% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C9EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C9EFF is #936100. Grayscale: #999999. Windows color (decimal): -9658625 or 16752236. OLE color: 16752236.

HSL color Cylindrical-coordinate representation of color #6C9EFF: hue angle of 219.59º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C9EFF is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB108158255-
CMYK0.580.3800
HSL219.59º100%71.18%-
HSV(B)219.59º57.65%100%-
XYZ36.4634.8699.42-
YUV154.11184.9495.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.73%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 255 (100% from 255) = 48.94%
R=20.73%
G=30.33%
B=48.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1081582550.580.3800219.5910071.18
Hex6C9EFF3A2600dc6447
Octal154236377724600334144107
Binary11011001001111011111111111010100110001101110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,158,255); }

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

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

 a { background-color: rgb(108,158,255); }

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

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

 span { border-color: rgb(108,158,255); }

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