Html Css Color HEX #6086FA Cornflower Blue

📋 copy color: '#6086FA'

red 96 ◦ green 134 ◦ blue 250

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

Shades of Cornflower Blue #6086FA

Tints of Cornflower Blue #6086FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.08%

R = 20%
G = 27.92%
B = 52.08%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6086FA (or 0x6086FA) is known color: Cornflower Blue. HEX triplet: 60, 86 and FA. RGB value is (96,134,250). Sum of RGB (Red+Green+Blue) = 96+134+250=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #6086FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6086FA is #9F7905. Grayscale: #878787. Windows color (decimal): -10451206 or 16418400. OLE color: 16418400.

HSL color Cylindrical-coordinate representation of color #6086FA: hue angle of 225.19º degrees, saturation: 0.94, 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 #6086FA is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 134 250 -
CMYK 0.62 0.46 0 0.02
HSL 225.19º 0.94% 0.68% -
HSV(B) 225.19º 0.62% 0.98% -
XYZ 30.6 26.44 93.93 -
YUV 135.86 192.41 99.57 -
System Red Green Blue C M Y K H S L
Decimal 96 134 250 0.62 0.46 0 0.02 225.19 0.94 0.68
Hex 60 86 FA 3E 2E 0 2 E1 5E 44
Octal 140 206 372 76 56 0 2 341 136 104
Binary 1100000 10000110 11111010 111110 101110 0 10 11100001 1011110 1000100

Color Harmonies of #6086FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6086FA

Black with #6086FA

Text Example


Text Example

White with #6086FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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