Html Css Color HEX #6D98DF Cornflower Blue

📋 copy color: '#6D98DF'

red 109 ◦ green 152 ◦ blue 223

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

Shades of Cornflower Blue #6D98DF

Tints of Cornflower Blue #6D98DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 22.52%
G = 31.4%
B = 46.07%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D98DF (or 0x6D98DF) is known color: Cornflower Blue. HEX triplet: 6D, 98 and DF. RGB value is (109,152,223). Sum of RGB (Red+Green+Blue) = 109+152+223=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D98DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D98DF is #926720. Grayscale: #929292. Windows color (decimal): -9594657 or 14653549. OLE color: 14653549.

HSL color Cylindrical-coordinate representation of color #6D98DF: hue angle of 217.37º degrees, saturation: 0.64, 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 #6D98DF is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 152 223 -
CMYK 0.51 0.32 0 0.13
HSL 217.37º 0.64% 0.65% -
HSV(B) 217.37º 0.51% 0.87% -
XYZ 30.85 31.04 74.18 -
YUV 147.24 170.75 100.73 -
System Red Green Blue C M Y K H S L
Decimal 109 152 223 0.51 0.32 0 0.13 217.37 0.64 0.65
Hex 6D 98 DF 33 20 0 D D9 40 41
Octal 155 230 337 63 40 0 15 331 100 101
Binary 1101101 10011000 11011111 110011 100000 0 1101 11011001 1000000 1000001

Color Harmonies of #6D98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D98DF

Black with #6D98DF

Text Example


Text Example

White with #6D98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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