Html Css Color HEX #6082FF Cornflower Blue

📋 copy color: '#6082FF'

red 96 ◦ green 130 ◦ blue 255

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

Shades of Cornflower Blue #6082FF

Tints of Cornflower Blue #6082FF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.03%

 BLUE value IS 255 (100% from 255) = 53.01%

R = 19.96%
G = 27.03%
B = 53.01%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6082FF (or 0x6082FF) is known color: Cornflower Blue. HEX triplet: 60, 82 and FF. RGB value is (96,130,255). Sum of RGB (Red+Green+Blue) = 96+130+255=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #6082FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6082FF is #9F7D00. Grayscale: #858585. Windows color (decimal): -10452225 or 16745056. OLE color: 16745056.

HSL color Cylindrical-coordinate representation of color #6082FF: hue angle of 227.17º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6082FF is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 130 255 -
CMYK 0.62 0.49 0 0
HSL 227.17º 1% 0.69% -
HSV(B) 227.17º 0.62% 1% -
XYZ 30.86 25.67 97.94 -
YUV 134.08 196.24 100.84 -
System Red Green Blue C M Y K H S L
Decimal 96 130 255 0.62 0.49 0 0 227.17 1 0.69
Hex 60 82 FF 3E 31 0 0 E3 64 45
Octal 140 202 377 76 61 0 0 343 144 105
Binary 1100000 10000010 11111111 111110 110001 0 0 11100011 1100100 1000101

Color Harmonies of #6082FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6082FF

Black with #6082FF

Text Example


Text Example

White with #6082FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6082FF; }

 p { color: rgb(96,130,255); }

 H1.HeaderClassName
 {
   color: #6082FF;
 }
 .AnyTagClassName
 {
   color: #6082FF;
 }
</style>

background-color css

<style>
 a { background-color: #6082FF; }

 a { background-color: rgb(96,130,255); }

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

border-color css

<style>
 span { border-color: #6082FF; }

 span { border-color: rgb(96,130,255); }

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