#6997FD

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

Shades of Cornflower Blue #6997FD

Tints of Cornflower Blue #6997FD

Color information

#6997FD (or 0x6997FD) is unknown color: approx Cornflower Blue. HEX triplet: 69, 97 and FD. RGB value is (105,151,253). Sum of RGB (Red+Green+Blue) = 105+151+253=509 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.63% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #6997FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6997FD is #966802. Grayscale: #949494. Windows color (decimal): -9857027 or 16619369. OLE color: 16619369.

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

Color convert

RGB105151253-
CMYK0.580.4000.01
HSL221.35º97.37%70.2%-
HSV(B)221.35º58.5%99.22%-
XYZ34.6232.2397.32-
YUV148.87186.7696.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.63%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 253 (99.22% from 255) = 49.71%
R=20.63%
G=29.67%
B=49.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051512530.580.4000.01221.3597.3770.2
Hex6997FD3A2801dd6146
Octal151227375725001335141106
Binary11010011001011111111101111010101000011101110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6997FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6997FD; }

 p { color: rgb(105,151,253); }

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

<style>
 a { background-color: #6997FD; }

 a { background-color: rgb(105,151,253); }

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

<style>
 span { border-color: #6997FD; }

 span { border-color: rgb(105,151,253); }

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