Html Css Color HEX #6085DF Cornflower Blue

📋 copy color: '#6085DF'

red 96 ◦ green 133 ◦ blue 223

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

Shades of Cornflower Blue #6085DF

Tints of Cornflower Blue #6085DF

RGB

 RED value IS 96 (37.89% from 255) = 21.24%

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

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

R = 21.24%
G = 29.42%
B = 49.34%

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

#6085DF (or 0x6085DF) is known color: Cornflower Blue. HEX triplet: 60, 85 and DF. RGB value is (96,133,223). Sum of RGB (Red+Green+Blue) = 96+133+223=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #6085DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6085DF is #9F7A20. Grayscale: #838383. Windows color (decimal): -10451489 or 14648672. OLE color: 14648672.

HSL color Cylindrical-coordinate representation of color #6085DF: hue angle of 222.52º 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 #6085DF is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 133 223 -
CMYK 0.57 0.40 0 0.13
HSL 222.52º 0.66% 0.63% -
HSV(B) 222.52º 0.57% 0.87% -
XYZ 26.53 24.59 73.16 -
YUV 132.2 179.24 102.18 -
System Red Green Blue C M Y K H S L
Decimal 96 133 223 0.57 0.40 0 0.13 222.52 0.66 0.63
Hex 60 85 DF 39 28 0 D DF 42 3F
Octal 140 205 337 71 50 0 15 337 102 77
Binary 1100000 10000101 11011111 111001 101000 0 1101 11011111 1000010 111111

Color Harmonies of #6085DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6085DF

Black with #6085DF

Text Example


Text Example

White with #6085DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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