Html Css Color HEX #6093DC Cornflower Blue

📋 copy color: '#6093DC'

red 96 ◦ green 147 ◦ blue 220

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

Shades of Cornflower Blue #6093DC

Tints of Cornflower Blue #6093DC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.75%

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

R = 20.73%
G = 31.75%
B = 47.52%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6093DC (or 0x6093DC) is known color: Cornflower Blue. HEX triplet: 60, 93 and DC. RGB value is (96,147,220). Sum of RGB (Red+Green+Blue) = 96+147+220=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #6093DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6093DC is #9F6C23. Grayscale: #8B8B8B. Windows color (decimal): -10447908 or 14455648. OLE color: 14455648.

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

Color convert

RGB 96 147 220 -
CMYK 0.56 0.33 0 0.14
HSL 215.32º 0.64% 0.62% -
HSV(B) 215.32º 0.56% 0.86% -
XYZ 28.18 28.52 71.73 -
YUV 140.07 173.1 96.56 -
System Red Green Blue C M Y K H S L
Decimal 96 147 220 0.56 0.33 0 0.14 215.32 0.64 0.62
Hex 60 93 DC 38 21 0 E D7 40 3E
Octal 140 223 334 70 41 0 16 327 100 76
Binary 1100000 10010011 11011100 111000 100001 0 1110 11010111 1000000 111110

Color Harmonies of #6093DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6093DC

Black with #6093DC

Text Example


Text Example

White with #6093DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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