Html Css Color HEX #6180DD Cornflower Blue

📋 copy color: '#6180DD'

red 97 ◦ green 128 ◦ blue 221

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

Shades of Cornflower Blue #6180DD

Tints of Cornflower Blue #6180DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.7%

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 21.75%
G = 28.7%
B = 49.55%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6180DD (or 0x6180DD) is known color: Cornflower Blue. HEX triplet: 61, 80 and DD. RGB value is (97,128,221). Sum of RGB (Red+Green+Blue) = 97+128+221=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #6180DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180DD is #9E7F22. Grayscale: #808080. Windows color (decimal): -10387235 or 14516321. OLE color: 14516321.

HSL color Cylindrical-coordinate representation of color #6180DD: hue angle of 225º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6180DD is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 128 221 -
CMYK 0.56 0.42 0 0.13
HSL 225º 0.65% 0.62% -
HSV(B) 225º 0.56% 0.87% -
XYZ 25.7 23.2 71.53 -
YUV 129.33 179.73 104.94 -
System Red Green Blue C M Y K H S L
Decimal 97 128 221 0.56 0.42 0 0.13 225 0.65 0.62
Hex 61 80 DD 38 2A 0 D E1 41 3E
Octal 141 200 335 70 52 0 15 341 101 76
Binary 1100001 10000000 11011101 111000 101010 0 1101 11100001 1000001 111110

Color Harmonies of #6180DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6180DD

Black with #6180DD

Text Example


Text Example

White with #6180DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6180DD; }

 p { color: rgb(97,128,221); }

 H1.HeaderClassName
 {
   color: #6180DD;
 }
 .AnyTagClassName
 {
   color: #6180DD;
 }
</style>

background-color css

<style>
 a { background-color: #6180DD; }

 a { background-color: rgb(97,128,221); }

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

border-color css

<style>
 span { border-color: #6180DD; }

 span { border-color: rgb(97,128,221); }

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