#6BA1FD

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

Shades of Cornflower Blue #6BA1FD

Tints of Cornflower Blue #6BA1FD

Color information

#6BA1FD (or 0x6BA1FD) is unknown color: approx Cornflower Blue. HEX triplet: 6B, A1 and FD. RGB value is (107,161,253). Sum of RGB (Red+Green+Blue) = 107+161+253=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BA1FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA1FD is #945E02. Grayscale: #9A9A9A. Windows color (decimal): -9723395 or 16621931. OLE color: 16621931.

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

Color convert

RGB107161253-
CMYK0.580.3600.01
HSL217.81º97.33%70.59%-
HSV(B)217.81º57.71%99.22%-
XYZ36.5435.7197.89-
YUV155.34183.1193.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.54%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 253 (99.22% from 255) = 48.56%
R=20.54%
G=30.90%
B=48.56%

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
Decimal1071612530.580.3600.01217.8197.3370.59
Hex6BA1FD3A2401da6147
Octal153241375724401332141107
Binary11010111010000111111101111010100100011101101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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