#697EFC

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

Shades of Cornflower Blue #697EFC

Tints of Cornflower Blue #697EFC

Color information

#697EFC (or 0x697EFC) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7E and FC. RGB value is (105,126,252). Sum of RGB (Red+Green+Blue) = 105+126+252=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #697EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697EFC is #968103. Grayscale: #858585. Windows color (decimal): -9863428 or 16547433. OLE color: 16547433.

HSL color Cylindrical-coordinate representation of color #697EFC: hue angle of 231.43º degrees, saturation: 0.96, 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 #697EFC is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105126252-
CMYK0.580.500.01
HSL231.43º96.08%70%-
HSV(B)231.43º58.33%98.82%-
XYZ30.8624.9595.29-
YUV134.08194.54107.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.74%
GREEN value IS 126 (49.61% from 255) = 26.09%
BLUE value IS 252 (98.83% from 255) = 52.17%
R=21.74%
G=26.09%
B=52.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051262520.580.500.01231.4396.0870
Hex697EFC3A3201e76046
Octal151176374726201347140106
Binary1101001111111011111100111010110010011110011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697EFC; }

 p { color: rgb(105,126,252); }

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

<style>
 a { background-color: #697EFC; }

 a { background-color: rgb(105,126,252); }

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

<style>
 span { border-color: #697EFC; }

 span { border-color: rgb(105,126,252); }

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