Html Css Color HEX #6180DB Cornflower Blue

📋 copy color: '#6180DB'

red 97 ◦ green 128 ◦ blue 219

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

Shades of Cornflower Blue #6180DB

Tints of Cornflower Blue #6180DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 21.85%
G = 28.83%
B = 49.32%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6180DB (or 0x6180DB) is known color: Cornflower Blue. HEX triplet: 61, 80 and DB. RGB value is (97,128,219). Sum of RGB (Red+Green+Blue) = 97+128+219=444 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.85% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #6180DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180DB is #9E7F24. Grayscale: #808080. Windows color (decimal): -10387237 or 14385249. OLE color: 14385249.

HSL color Cylindrical-coordinate representation of color #6180DB: hue angle of 224.75º degrees, saturation: 0.63, 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 #6180DB is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 128 219 -
CMYK 0.56 0.42 0 0.14
HSL 224.75º 0.63% 0.62% -
HSV(B) 224.75º 0.56% 0.86% -
XYZ 25.44 23.09 70.13 -
YUV 129.11 178.73 105.1 -
System Red Green Blue C M Y K H S L
Decimal 97 128 219 0.56 0.42 0 0.14 224.75 0.63 0.62
Hex 61 80 DB 38 2A 0 E E1 3F 3E
Octal 141 200 333 70 52 0 16 341 77 76
Binary 1100001 10000000 11011011 111000 101010 0 1110 11100001 111111 111110

Color Harmonies of #6180DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6180DB

Black with #6180DB

Text Example


Text Example

White with #6180DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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