Html Css Color HEX #6198DC Cornflower Blue

📋 copy color: '#6198DC'

red 97 ◦ green 152 ◦ blue 220

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

Shades of Cornflower Blue #6198DC

Tints of Cornflower Blue #6198DC

RGB

 RED value IS 97 (38.28% from 255) = 20.68%

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

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

R = 20.68%
G = 32.41%
B = 46.91%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6198DC (or 0x6198DC) is known color: Cornflower Blue. HEX triplet: 61, 98 and DC. RGB value is (97,152,220). Sum of RGB (Red+Green+Blue) = 97+152+220=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #6198DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6198DC is #9E6723. Grayscale: #8E8E8E. Windows color (decimal): -10381092 or 14456929. OLE color: 14456929.

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

Color convert

RGB 97 152 220 -
CMYK 0.56 0.31 0 0.14
HSL 213.17º 0.64% 0.62% -
HSV(B) 213.17º 0.56% 0.86% -
XYZ 29.08 30.17 72 -
YUV 143.31 171.28 94.97 -
System Red Green Blue C M Y K H S L
Decimal 97 152 220 0.56 0.31 0 0.14 213.17 0.64 0.62
Hex 61 98 DC 38 1F 0 E D5 40 3E
Octal 141 230 334 70 37 0 16 325 100 76
Binary 1100001 10011000 11011100 111000 11111 0 1110 11010101 1000000 111110

Color Harmonies of #6198DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6198DC

Black with #6198DC

Text Example


Text Example

White with #6198DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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