#6BAAFC

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

Shades of Cornflower Blue #6BAAFC

Tints of Cornflower Blue #6BAAFC

Color information

#6BAAFC (or 0x6BAAFC) is unknown color: approx Cornflower Blue. HEX triplet: 6B, AA and FC. RGB value is (107,170,252). Sum of RGB (Red+Green+Blue) = 107+170+252=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BAAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAAFC is #945503. Grayscale: #A0A0A0. Windows color (decimal): -9721092 or 16558699. OLE color: 16558699.

HSL color Cylindrical-coordinate representation of color #6BAAFC: hue angle of 213.93º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BAAFC is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB107170252-
CMYK0.580.3300.01
HSL213.93º96.03%70.39%-
HSV(B)213.93º57.54%98.82%-
XYZ38.0138.997.6-
YUV160.51179.6389.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.23%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 252 (98.83% from 255) = 47.64%
R=20.23%
G=32.14%
B=47.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1071702520.580.3300.01213.9396.0370.39
Hex6BAAFC3A2101d66046
Octal153252374724101326140106
Binary11010111010101011111100111010100001011101011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,170,252); }

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

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

 a { background-color: rgb(107,170,252); }

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

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

 span { border-color: rgb(107,170,252); }

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