#6195E4

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

Shades of Cornflower Blue #6195E4

Tints of Cornflower Blue #6195E4

Color information

#6195E4 (or 0x6195E4) is unknown color: approx Cornflower Blue. HEX triplet: 61, 95 and E4. RGB value is (97,149,228). Sum of RGB (Red+Green+Blue) = 97+149+228=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 228 (89.45% from 255 or 48.10% from 474); Max value from RGB is 228 - color contains mainly: blue. Hex color #6195E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6195E4 is #9E6A1B. Grayscale: #8E8E8E. Windows color (decimal): -10381852 or 14980449. OLE color: 14980449.

HSL color Cylindrical-coordinate representation of color #6195E4: hue angle of 216.18º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6195E4 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB97149228-
CMYK0.570.3500.11
HSL216.18º70.81%63.73%-
HSV(B)216.18º57.46%89.41%-
XYZ29.6829.6477.56-
YUV142.46176.2795.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.46%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 228 (89.45% from 255) = 48.10%
R=20.46%
G=31.43%
B=48.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal971492280.570.3500.11216.1870.8163.73
Hex6195E439230Bd84740
Octal1412253447143013330107100
Binary11000011001010111100100111001100011010111101100010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6195E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6195E4; }

 p { color: rgb(97,149,228); }

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

<style>
 a { background-color: #6195E4; }

 a { background-color: rgb(97,149,228); }

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

<style>
 span { border-color: #6195E4; }

 span { border-color: rgb(97,149,228); }

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