#6BA2FD

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

Shades of Cornflower Blue #6BA2FD

Tints of Cornflower Blue #6BA2FD

Color information

#6BA2FD (or 0x6BA2FD) is unknown color: approx Cornflower Blue. HEX triplet: 6B, A2 and FD. RGB value is (107,162,253). Sum of RGB (Red+Green+Blue) = 107+162+253=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BA2FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA2FD is #945D02. Grayscale: #9B9B9B. Windows color (decimal): -9723139 or 16622187. OLE color: 16622187.

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

Color convert

RGB107162253-
CMYK0.580.3600.01
HSL217.4º97.33%70.59%-
HSV(B)217.4º57.71%99.22%-
XYZ36.7136.0697.95-
YUV155.93182.7893.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.50%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 253 (99.22% from 255) = 48.47%
R=20.50%
G=31.03%
B=48.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1071622530.580.3600.01217.497.3370.59
Hex6BA2FD3A2401d96147
Octal153242375724401331141107
Binary11010111010001011111101111010100100011101100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,162,253); }

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

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

 a { background-color: rgb(107,162,253); }

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

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

 span { border-color: rgb(107,162,253); }

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