Html Css Color HEX #6085F9 Cornflower Blue

📋 copy color: '#6085F9'

red 96 ◦ green 133 ◦ blue 249

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

Shades of Cornflower Blue #6085F9

Tints of Cornflower Blue #6085F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.09%

R = 20.08%
G = 27.82%
B = 52.09%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6085F9 (or 0x6085F9) is known color: Cornflower Blue. HEX triplet: 60, 85 and F9. RGB value is (96,133,249). Sum of RGB (Red+Green+Blue) = 96+133+249=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #6085F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6085F9 is #9F7A06. Grayscale: #868686. Windows color (decimal): -10451463 or 16352608. OLE color: 16352608.

HSL color Cylindrical-coordinate representation of color #6085F9: hue angle of 225.49º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6085F9 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 133 249 -
CMYK 0.61 0.47 0 0.02
HSL 225.49º 0.93% 0.68% -
HSV(B) 225.49º 0.61% 0.98% -
XYZ 30.31 26.1 93.06 -
YUV 135.16 192.24 100.07 -
System Red Green Blue C M Y K H S L
Decimal 96 133 249 0.61 0.47 0 0.02 225.49 0.93 0.68
Hex 60 85 F9 3D 2F 0 2 E1 5D 44
Octal 140 205 371 75 57 0 2 341 135 104
Binary 1100000 10000101 11111001 111101 101111 0 10 11100001 1011101 1000100

Color Harmonies of #6085F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6085F9

Black with #6085F9

Text Example


Text Example

White with #6085F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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