Html Css Color HEX #6097DC Cornflower Blue

📋 copy color: '#6097DC'

red 96 ◦ green 151 ◦ blue 220

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

Shades of Cornflower Blue #6097DC

Tints of Cornflower Blue #6097DC

RGB

 RED value IS 96 (37.89% from 255) = 20.56%

 GREEN value IS 151 (59.38% from 255) = 32.33%

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

R = 20.56%
G = 32.33%
B = 47.11%

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

#6097DC (or 0x6097DC) is known color: Cornflower Blue. HEX triplet: 60, 97 and DC. RGB value is (96,151,220). Sum of RGB (Red+Green+Blue) = 96+151+220=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #6097DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6097DC is #9F6823. Grayscale: #8E8E8E. Windows color (decimal): -10446884 or 14456672. OLE color: 14456672.

HSL color Cylindrical-coordinate representation of color #6097DC: hue angle of 213.39º 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 #6097DC is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 151 220 -
CMYK 0.56 0.31 0 0.14
HSL 213.39º 0.64% 0.62% -
HSV(B) 213.39º 0.56% 0.86% -
XYZ 28.81 29.79 71.94 -
YUV 142.42 171.78 94.89 -
System Red Green Blue C M Y K H S L
Decimal 96 151 220 0.56 0.31 0 0.14 213.39 0.64 0.62
Hex 60 97 DC 38 1F 0 E D5 40 3E
Octal 140 227 334 70 37 0 16 325 100 76
Binary 1100000 10010111 11011100 111000 11111 0 1110 11010101 1000000 111110

Color Harmonies of #6097DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6097DC

Black with #6097DC

Text Example


Text Example

White with #6097DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,151,220); }

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

background-color css

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

 a { background-color: rgb(96,151,220); }

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

border-color css

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

 span { border-color: rgb(96,151,220); }

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