Html Css Color HEX #6182DC Cornflower Blue

📋 copy color: '#6182DC'

red 97 ◦ green 130 ◦ blue 220

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

Shades of Cornflower Blue #6182DC

Tints of Cornflower Blue #6182DC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.08%

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

R = 21.7%
G = 29.08%
B = 49.22%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6182DC (or 0x6182DC) is known color: Cornflower Blue. HEX triplet: 61, 82 and DC. RGB value is (97,130,220). Sum of RGB (Red+Green+Blue) = 97+130+220=447 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.70% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #6182DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182DC is #9E7D23. Grayscale: #828282. Windows color (decimal): -10386724 or 14451297. OLE color: 14451297.

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

Color convert

RGB 97 130 220 -
CMYK 0.56 0.41 0 0.14
HSL 223.9º 0.64% 0.62% -
HSV(B) 223.9º 0.56% 0.86% -
XYZ 25.83 23.67 70.92 -
YUV 130.39 178.57 104.18 -
System Red Green Blue C M Y K H S L
Decimal 97 130 220 0.56 0.41 0 0.14 223.9 0.64 0.62
Hex 61 82 DC 38 29 0 E E0 40 3E
Octal 141 202 334 70 51 0 16 340 100 76
Binary 1100001 10000010 11011100 111000 101001 0 1110 11100000 1000000 111110

Color Harmonies of #6182DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6182DC

Black with #6182DC

Text Example


Text Example

White with #6182DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,130,220); }

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

background-color css

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

 a { background-color: rgb(97,130,220); }

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

border-color css

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

 span { border-color: rgb(97,130,220); }

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