#6595F1

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

Shades of Cornflower Blue #6595F1

Tints of Cornflower Blue #6595F1

Color information

#6595F1 (or 0x6595F1) is unknown color: approx Cornflower Blue. HEX triplet: 65, 95 and F1. RGB value is (101,149,241). Sum of RGB (Red+Green+Blue) = 101+149+241=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #6595F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6595F1 is #9A6A0E. Grayscale: #909090. Windows color (decimal): -10119695 or 15832421. OLE color: 15832421.

HSL color Cylindrical-coordinate representation of color #6595F1: hue angle of 219.43º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6595F1 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB101149241-
CMYK0.580.3800.05
HSL219.43º83.33%67.06%-
HSV(B)219.43º58.09%94.51%-
XYZ31.9930.6187.44-
YUV145.14182.196.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.57%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 241 (94.53% from 255) = 49.08%
R=20.57%
G=30.35%
B=49.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1011492410.580.3800.05219.4383.3367.06
Hex6595F13A2605db5343
Octal145225361724605333123103
Binary1100101100101011111000111101010011001011101101110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6595F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6595F1; }

 p { color: rgb(101,149,241); }

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

<style>
 a { background-color: #6595F1; }

 a { background-color: rgb(101,149,241); }

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

<style>
 span { border-color: #6595F1; }

 span { border-color: rgb(101,149,241); }

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