Html Css Color HEX #6D98D8 Cornflower Blue

📋 copy color: '#6D98D8'

red 109 ◦ green 152 ◦ blue 216

#6D98D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #6D98D8

Tints of Cornflower Blue #6D98D8

RGB

 RED value IS 109 (42.97% from 255) = 22.85%

 GREEN value IS 152 (59.77% from 255) = 31.87%

 BLUE value IS 216 (84.77% from 255) = 45.28%

R = 22.85%
G = 31.87%
B = 45.28%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6D98D8 (or 0x6D98D8) is known color: Cornflower Blue. HEX triplet: 6D, 98 and D8. RGB value is (109,152,216). Sum of RGB (Red+Green+Blue) = 109+152+216=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #6D98D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D98D8 is #926727. Grayscale: #929292. Windows color (decimal): -9594664 or 14194797. OLE color: 14194797.

HSL color Cylindrical-coordinate representation of color #6D98D8: hue angle of 215.89º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D98D8 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 152 216 -
CMYK 0.50 0.30 0 0.15
HSL 215.89º 0.58% 0.64% -
HSV(B) 215.89º 0.5% 0.85% -
XYZ 29.93 30.67 69.31 -
YUV 146.44 167.25 101.3 -
System Red Green Blue C M Y K H S L
Decimal 109 152 216 0.50 0.30 0 0.15 215.89 0.58 0.64
Hex 6D 98 D8 32 1E 0 F D8 3A 40
Octal 155 230 330 62 36 0 17 330 72 100
Binary 1101101 10011000 11011000 110010 11110 0 1111 11011000 111010 1000000

Color Harmonies of #6D98D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D98D8

Black with #6D98D8

Text Example


Text Example

White with #6D98D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,152,216); }

 H1.HeaderClassName
 {
   color: #6D98D8;
 }
 .AnyTagClassName
 {
   color: #6D98D8;
 }
</style>

background-color css

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

 a { background-color: rgb(109,152,216); }

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

border-color css

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

 span { border-color: rgb(109,152,216); }

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