Html Css Color HEX #6D98DD Cornflower Blue

📋 copy color: '#6D98DD'

red 109 ◦ green 152 ◦ blue 221

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

Shades of Cornflower Blue #6D98DD

Tints of Cornflower Blue #6D98DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 22.61%
G = 31.54%
B = 45.85%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D98DD (or 0x6D98DD) is known color: Cornflower Blue. HEX triplet: 6D, 98 and DD. RGB value is (109,152,221). Sum of RGB (Red+Green+Blue) = 109+152+221=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D98DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D98DD is #926722. Grayscale: #929292. Windows color (decimal): -9594659 or 14522477. OLE color: 14522477.

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

Color convert

RGB 109 152 221 -
CMYK 0.51 0.31 0 0.13
HSL 216.96º 0.62% 0.65% -
HSV(B) 216.96º 0.51% 0.87% -
XYZ 30.59 30.93 72.76 -
YUV 147.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 109 152 221 0.51 0.31 0 0.13 216.96 0.62 0.65
Hex 6D 98 DD 33 1F 0 D D9 3E 41
Octal 155 230 335 63 37 0 15 331 76 101
Binary 1101101 10011000 11011101 110011 11111 0 1101 11011001 111110 1000001

Color Harmonies of #6D98DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D98DD

Black with #6D98DD

Text Example


Text Example

White with #6D98DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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