Html Css Color HEX #6186F1 Cornflower Blue

📋 copy color: '#6186F1'

red 97 ◦ green 134 ◦ blue 241

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

Shades of Cornflower Blue #6186F1

Tints of Cornflower Blue #6186F1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.39%

 BLUE value IS 241 (94.53% from 255) = 51.06%

R = 20.55%
G = 28.39%
B = 51.06%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6186F1 (or 0x6186F1) is known color: Cornflower Blue. HEX triplet: 61, 86 and F1. RGB value is (97,134,241). Sum of RGB (Red+Green+Blue) = 97+134+241=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #6186F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6186F1 is #9E790E. Grayscale: #868686. Windows color (decimal): -10385679 or 15828577. OLE color: 15828577.

HSL color Cylindrical-coordinate representation of color #6186F1: hue angle of 224.58º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6186F1 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 134 241 -
CMYK 0.60 0.44 0 0.05
HSL 224.58º 0.84% 0.66% -
HSV(B) 224.58º 0.6% 0.95% -
XYZ 29.33 25.94 86.68 -
YUV 135.14 187.74 100.8 -
System Red Green Blue C M Y K H S L
Decimal 97 134 241 0.60 0.44 0 0.05 224.58 0.84 0.66
Hex 61 86 F1 3C 2C 0 5 E1 54 42
Octal 141 206 361 74 54 0 5 341 124 102
Binary 1100001 10000110 11110001 111100 101100 0 101 11100001 1010100 1000010

Color Harmonies of #6186F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6186F1

Black with #6186F1

Text Example


Text Example

White with #6186F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6186F1; }

 p { color: rgb(97,134,241); }

 H1.HeaderClassName
 {
   color: #6186F1;
 }
 .AnyTagClassName
 {
   color: #6186F1;
 }
</style>

background-color css

<style>
 a { background-color: #6186F1; }

 a { background-color: rgb(97,134,241); }

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

border-color css

<style>
 span { border-color: #6186F1; }

 span { border-color: rgb(97,134,241); }

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