Html Css Color HEX #6086FB Cornflower Blue

📋 copy color: '#6086FB'

red 96 ◦ green 134 ◦ blue 251

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

Shades of Cornflower Blue #6086FB

Tints of Cornflower Blue #6086FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.18%

R = 19.96%
G = 27.86%
B = 52.18%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6086FB (or 0x6086FB) is known color: Cornflower Blue. HEX triplet: 60, 86 and FB. RGB value is (96,134,251). Sum of RGB (Red+Green+Blue) = 96+134+251=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #6086FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6086FB is #9F7904. Grayscale: #878787. Windows color (decimal): -10451205 or 16483936. OLE color: 16483936.

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

Color convert

RGB 96 134 251 -
CMYK 0.62 0.47 0 0.02
HSL 225.29º 0.95% 0.68% -
HSV(B) 225.29º 0.62% 0.98% -
XYZ 30.76 26.5 94.76 -
YUV 135.98 192.91 99.49 -
System Red Green Blue C M Y K H S L
Decimal 96 134 251 0.62 0.47 0 0.02 225.29 0.95 0.68
Hex 60 86 FB 3E 2F 0 2 E1 5F 44
Octal 140 206 373 76 57 0 2 341 137 104
Binary 1100000 10000110 11111011 111110 101111 0 10 11100001 1011111 1000100

Color Harmonies of #6086FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6086FB

Black with #6086FB

Text Example


Text Example

White with #6086FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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