Html Css Color HEX #6095DC Cornflower Blue

📋 copy color: '#6095DC'

red 96 ◦ green 149 ◦ blue 220

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

Shades of Cornflower Blue #6095DC

Tints of Cornflower Blue #6095DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.04%

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

R = 20.65%
G = 32.04%
B = 47.31%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6095DC (or 0x6095DC) is known color: Cornflower Blue. HEX triplet: 60, 95 and DC. RGB value is (96,149,220). Sum of RGB (Red+Green+Blue) = 96+149+220=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #6095DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6095DC is #9F6A23. Grayscale: #8C8C8C. Windows color (decimal): -10447396 or 14456160. OLE color: 14456160.

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

Color convert

RGB 96 149 220 -
CMYK 0.56 0.32 0 0.14
HSL 214.35º 0.64% 0.62% -
HSV(B) 214.35º 0.56% 0.86% -
XYZ 28.49 29.15 71.83 -
YUV 141.25 172.44 95.73 -
System Red Green Blue C M Y K H S L
Decimal 96 149 220 0.56 0.32 0 0.14 214.35 0.64 0.62
Hex 60 95 DC 38 20 0 E D6 40 3E
Octal 140 225 334 70 40 0 16 326 100 76
Binary 1100000 10010101 11011100 111000 100000 0 1110 11010110 1000000 111110

Color Harmonies of #6095DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6095DC

Black with #6095DC

Text Example


Text Example

White with #6095DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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