Html Css Color HEX #6598DC Cornflower Blue

📋 copy color: '#6598DC'

red 101 ◦ green 152 ◦ blue 220

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

Shades of Cornflower Blue #6598DC

Tints of Cornflower Blue #6598DC

RGB

 RED value IS 101 (39.84% from 255) = 21.35%

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 21.35%
G = 32.14%
B = 46.51%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6598DC (or 0x6598DC) is known color: Cornflower Blue. HEX triplet: 65, 98 and DC. RGB value is (101,152,220). Sum of RGB (Red+Green+Blue) = 101+152+220=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #6598DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6598DC is #9A6723. Grayscale: #909090. Windows color (decimal): -10118948 or 14456933. OLE color: 14456933.

HSL color Cylindrical-coordinate representation of color #6598DC: hue angle of 214.29º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6598DC is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 152 220 -
CMYK 0.54 0.31 0 0.14
HSL 214.29º 0.63% 0.63% -
HSV(B) 214.29º 0.54% 0.86% -
XYZ 29.51 30.39 72.02 -
YUV 144.5 170.6 96.97 -
System Red Green Blue C M Y K H S L
Decimal 101 152 220 0.54 0.31 0 0.14 214.29 0.63 0.63
Hex 65 98 DC 36 1F 0 E D6 3F 3F
Octal 145 230 334 66 37 0 16 326 77 77
Binary 1100101 10011000 11011100 110110 11111 0 1110 11010110 111111 111111

Color Harmonies of #6598DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6598DC

Black with #6598DC

Text Example


Text Example

White with #6598DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6598DC; }

 p { color: rgb(101,152,220); }

 H1.HeaderClassName
 {
   color: #6598DC;
 }
 .AnyTagClassName
 {
   color: #6598DC;
 }
</style>

background-color css

<style>
 a { background-color: #6598DC; }

 a { background-color: rgb(101,152,220); }

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

border-color css

<style>
 span { border-color: #6598DC; }

 span { border-color: rgb(101,152,220); }

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