#698CED

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

Shades of Cornflower Blue #698CED

Tints of Cornflower Blue #698CED

Color information

#698CED (or 0x698CED) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8C and ED. RGB value is (105,140,237). Sum of RGB (Red+Green+Blue) = 105+140+237=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #698CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698CED is #967312. Grayscale: #8C8C8C. Windows color (decimal): -9859859 or 15567977. OLE color: 15567977.

HSL color Cylindrical-coordinate representation of color #698CED: hue angle of 224.09º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #698CED is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105140237-
CMYK0.560.4100.07
HSL224.09º78.57%67.06%-
HSV(B)224.09º55.7%92.94%-
XYZ30.4927.8783.89-
YUV140.59182.4102.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.78%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 237 (92.97% from 255) = 49.17%
R=21.78%
G=29.05%
B=49.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1051402370.560.4100.07224.0978.5767.06
Hex698CED382907e04f43
Octal151214355705107340117103
Binary1101001100011001110110111100010100101111110000010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698CED; }

 p { color: rgb(105,140,237); }

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

<style>
 a { background-color: #698CED; }

 a { background-color: rgb(105,140,237); }

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

<style>
 span { border-color: #698CED; }

 span { border-color: rgb(105,140,237); }

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