#6CA1FF

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

Shades of Cornflower Blue #6CA1FF

Tints of Cornflower Blue #6CA1FF

Color information

#6CA1FF (or 0x6CA1FF) is unknown color: approx Cornflower Blue. HEX triplet: 6C, A1 and FF. RGB value is (108,161,255). Sum of RGB (Red+Green+Blue) = 108+161+255=524 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.61% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CA1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA1FF is #935E00. Grayscale: #9B9B9B. Windows color (decimal): -9657857 or 16753004. OLE color: 16753004.

HSL color Cylindrical-coordinate representation of color #6CA1FF: hue angle of 218.37º 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 #6CA1FF is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB108161255-
CMYK0.580.3700
HSL218.37º100%71.18%-
HSV(B)218.37º57.65%100%-
XYZ36.9835.999.59-
YUV155.87183.9493.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.61%
GREEN value IS 161 (63.28% from 255) = 30.73%
BLUE value IS 255 (100% from 255) = 48.66%
R=20.61%
G=30.73%
B=48.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1081612550.580.3700218.3710071.18
Hex6CA1FF3A2500da6447
Octal154241377724500332144107
Binary11011001010000111111111111010100101001101101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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