Html Css Color HEX #6082FD Cornflower Blue

📋 copy color: '#6082FD'

red 96 ◦ green 130 ◦ blue 253

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

Shades of Cornflower Blue #6082FD

Tints of Cornflower Blue #6082FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.82%

R = 20.04%
G = 27.14%
B = 52.82%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6082FD (or 0x6082FD) is known color: Cornflower Blue. HEX triplet: 60, 82 and FD. RGB value is (96,130,253). Sum of RGB (Red+Green+Blue) = 96+130+253=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #6082FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6082FD is #9F7D02. Grayscale: #858585. Windows color (decimal): -10452227 or 16613984. OLE color: 16613984.

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

Color convert

RGB 96 130 253 -
CMYK 0.62 0.49 0 0.01
HSL 227.01º 0.98% 0.68% -
HSV(B) 227.01º 0.62% 0.99% -
XYZ 30.54 25.54 96.25 -
YUV 133.86 195.24 101 -
System Red Green Blue C M Y K H S L
Decimal 96 130 253 0.62 0.49 0 0.01 227.01 0.98 0.68
Hex 60 82 FD 3E 31 0 1 E3 62 44
Octal 140 202 375 76 61 0 1 343 142 104
Binary 1100000 10000010 11111101 111110 110001 0 1 11100011 1100010 1000100

Color Harmonies of #6082FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6082FD

Black with #6082FD

Text Example


Text Example

White with #6082FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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