Html Css Color HEX #6185DF Cornflower Blue

📋 copy color: '#6185DF'

red 97 ◦ green 133 ◦ blue 223

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

Shades of Cornflower Blue #6185DF

Tints of Cornflower Blue #6185DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 21.41%
G = 29.36%
B = 49.23%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6185DF (or 0x6185DF) is known color: Cornflower Blue. HEX triplet: 61, 85 and DF. RGB value is (97,133,223). Sum of RGB (Red+Green+Blue) = 97+133+223=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #6185DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6185DF is #9E7A20. Grayscale: #848484. Windows color (decimal): -10385953 or 14648673. OLE color: 14648673.

HSL color Cylindrical-coordinate representation of color #6185DF: hue angle of 222.86º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6185DF is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 133 223 -
CMYK 0.57 0.40 0 0.13
HSL 222.86º 0.66% 0.63% -
HSV(B) 222.86º 0.57% 0.87% -
XYZ 26.64 24.64 73.16 -
YUV 132.5 179.07 102.68 -
System Red Green Blue C M Y K H S L
Decimal 97 133 223 0.57 0.40 0 0.13 222.86 0.66 0.63
Hex 61 85 DF 39 28 0 D DF 42 3F
Octal 141 205 337 71 50 0 15 337 102 77
Binary 1100001 10000101 11011111 111001 101000 0 1101 11011111 1000010 111111

Color Harmonies of #6185DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6185DF

Black with #6185DF

Text Example


Text Example

White with #6185DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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