#6B98DE

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

Shades of Cornflower Blue #6B98DE

Tints of Cornflower Blue #6B98DE

Color information

#6B98DE (or 0x6B98DE) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 98 and DE. RGB value is (107,152,222). Sum of RGB (Red+Green+Blue) = 107+152+222=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B98DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B98DE is #946721. Grayscale: #929292. Windows color (decimal): -9725730 or 14588011. OLE color: 14588011.

HSL color Cylindrical-coordinate representation of color #6B98DE: hue angle of 216.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B98DE is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB107152222-
CMYK0.520.3200.13
HSL216.52º63.54%64.51%-
HSV(B)216.52º51.8%87.06%-
XYZ30.4830.8673.46-
YUV146.52170.5999.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.25%
GREEN value IS 152 (59.77% from 255) = 31.60%
BLUE value IS 222 (87.11% from 255) = 46.15%
R=22.25%
G=31.60%
B=46.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1071522220.520.3200.13216.5263.5464.51
Hex6B98DE34200Dd94041
Octal1532303366440015331100101
Binary11010111001100011011110110100100000011011101100110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B98DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,152,222); }

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

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

 a { background-color: rgb(107,152,222); }

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

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

 span { border-color: rgb(107,152,222); }

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