Html Css Color HEX #6086F5 Cornflower Blue

📋 copy color: '#6086F5'

red 96 ◦ green 134 ◦ blue 245

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

Shades of Cornflower Blue #6086F5

Tints of Cornflower Blue #6086F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 51.58%

R = 20.21%
G = 28.21%
B = 51.58%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6086F5 (or 0x6086F5) is known color: Cornflower Blue. HEX triplet: 60, 86 and F5. RGB value is (96,134,245). Sum of RGB (Red+Green+Blue) = 96+134+245=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 245 (96.09% from 255 or 51.58% from 475); Max value from RGB is 245 - color contains mainly: blue. Hex color #6086F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6086F5 is #9F790A. Grayscale: #868686. Windows color (decimal): -10451211 or 16090720. OLE color: 16090720.

HSL color Cylindrical-coordinate representation of color #6086F5: hue angle of 224.7º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6086F5 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 134 245 -
CMYK 0.61 0.45 0 0.04
HSL 224.7º 0.88% 0.67% -
HSV(B) 224.7º 0.61% 0.96% -
XYZ 29.83 26.13 89.86 -
YUV 135.29 189.91 99.97 -
System Red Green Blue C M Y K H S L
Decimal 96 134 245 0.61 0.45 0 0.04 224.7 0.88 0.67
Hex 60 86 F5 3D 2D 0 4 E1 58 43
Octal 140 206 365 75 55 0 4 341 130 103
Binary 1100000 10000110 11110101 111101 101101 0 100 11100001 1011000 1000011

Color Harmonies of #6086F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6086F5

Black with #6086F5

Text Example


Text Example

White with #6086F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6086F5; }

 p { color: rgb(96,134,245); }

 H1.HeaderClassName
 {
   color: #6086F5;
 }
 .AnyTagClassName
 {
   color: #6086F5;
 }
</style>

background-color css

<style>
 a { background-color: #6086F5; }

 a { background-color: rgb(96,134,245); }

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

border-color css

<style>
 span { border-color: #6086F5; }

 span { border-color: rgb(96,134,245); }

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