#6B97DA

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

Shades of Cornflower Blue #6B97DA

Tints of Cornflower Blue #6B97DA

Color information

#6B97DA (or 0x6B97DA) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 97 and DA. RGB value is (107,151,218). Sum of RGB (Red+Green+Blue) = 107+151+218=476 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.48% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B97DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B97DA is #946825. Grayscale: #919191. Windows color (decimal): -9725990 or 14325611. OLE color: 14325611.

HSL color Cylindrical-coordinate representation of color #6B97DA: hue angle of 216.22º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B97DA is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB107151218-
CMYK0.510.3100.15
HSL216.22º60%63.73%-
HSV(B)216.22º50.92%85.49%-
XYZ29.7830.3270.61-
YUV145.48168.92100.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.48%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 218 (85.55% from 255) = 45.80%
R=22.48%
G=31.72%
B=45.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1071512180.510.3100.15216.226063.73
Hex6B97DA331F0Fd83c40
Octal153227332633701733074100
Binary110101110010111110110101100111111101111110110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,151,218); }

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

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

 a { background-color: rgb(107,151,218); }

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

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

 span { border-color: rgb(107,151,218); }

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