Html Css Color HEX #6598DA Cornflower Blue

📋 copy color: '#6598DA'

red 101 ◦ green 152 ◦ blue 218

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

Shades of Cornflower Blue #6598DA

Tints of Cornflower Blue #6598DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 21.44%
G = 32.27%
B = 46.28%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6598DA (or 0x6598DA) is known color: Cornflower Blue. HEX triplet: 65, 98 and DA. RGB value is (101,152,218). Sum of RGB (Red+Green+Blue) = 101+152+218=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #6598DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6598DA is #9A6725. Grayscale: #8F8F8F. Windows color (decimal): -10118950 or 14325861. OLE color: 14325861.

HSL color Cylindrical-coordinate representation of color #6598DA: hue angle of 213.85º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6598DA is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 152 218 -
CMYK 0.54 0.30 0 0.15
HSL 213.85º 0.61% 0.63% -
HSV(B) 213.85º 0.54% 0.85% -
XYZ 29.25 30.29 70.63 -
YUV 144.28 169.6 97.13 -
System Red Green Blue C M Y K H S L
Decimal 101 152 218 0.54 0.30 0 0.15 213.85 0.61 0.63
Hex 65 98 DA 36 1E 0 F D6 3D 3F
Octal 145 230 332 66 36 0 17 326 75 77
Binary 1100101 10011000 11011010 110110 11110 0 1111 11010110 111101 111111

Color Harmonies of #6598DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6598DA

Black with #6598DA

Text Example


Text Example

White with #6598DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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