#6B98EB

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

Shades of Cornflower Blue #6B98EB

Tints of Cornflower Blue #6B98EB

Color information

#6B98EB (or 0x6B98EB) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 98 and EB. RGB value is (107,152,235). Sum of RGB (Red+Green+Blue) = 107+152+235=494 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.66% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B98EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B98EB is #946714. Grayscale: #939393. Windows color (decimal): -9725717 or 15439979. OLE color: 15439979.

HSL color Cylindrical-coordinate representation of color #6B98EB: hue angle of 218.91º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B98EB is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107152235-
CMYK0.540.3500.08
HSL218.91º76.19%67.06%-
HSV(B)218.91º54.47%92.16%-
XYZ32.2931.5882.99-
YUV148.01177.0998.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.66%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 235 (92.19% from 255) = 47.57%
R=21.66%
G=30.77%
B=47.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1071522350.540.3500.08218.9176.1967.06
Hex6B98EB362308db4c43
Octal1532303536643010333114103
Binary11010111001100011101011110110100011010001101101110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B98EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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