Html Css Color HEX #6185DB Cornflower Blue

📋 copy color: '#6185DB'

red 97 ◦ green 133 ◦ blue 219

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

Shades of Cornflower Blue #6185DB

Tints of Cornflower Blue #6185DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.62%

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

R = 21.6%
G = 29.62%
B = 48.78%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6185DB (or 0x6185DB) is known color: Cornflower Blue. HEX triplet: 61, 85 and DB. RGB value is (97,133,219). Sum of RGB (Red+Green+Blue) = 97+133+219=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #6185DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6185DB is #9E7A24. Grayscale: #838383. Windows color (decimal): -10385957 or 14386529. OLE color: 14386529.

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

Color convert

RGB 97 133 219 -
CMYK 0.56 0.39 0 0.14
HSL 222.3º 0.63% 0.62% -
HSV(B) 222.3º 0.56% 0.86% -
XYZ 26.1 24.43 70.36 -
YUV 132.04 177.07 103.01 -
System Red Green Blue C M Y K H S L
Decimal 97 133 219 0.56 0.39 0 0.14 222.3 0.63 0.62
Hex 61 85 DB 38 27 0 E DE 3F 3E
Octal 141 205 333 70 47 0 16 336 77 76
Binary 1100001 10000101 11011011 111000 100111 0 1110 11011110 111111 111110

Color Harmonies of #6185DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6185DB

Black with #6185DB

Text Example


Text Example

White with #6185DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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