Html Css Color HEX #6082DF Cornflower Blue

📋 copy color: '#6082DF'

red 96 ◦ green 130 ◦ blue 223

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

Shades of Cornflower Blue #6082DF

Tints of Cornflower Blue #6082DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.67%

R = 21.38%
G = 28.95%
B = 49.67%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6082DF (or 0x6082DF) is known color: Cornflower Blue. HEX triplet: 60, 82 and DF. RGB value is (96,130,223). Sum of RGB (Red+Green+Blue) = 96+130+223=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #6082DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6082DF is #9F7D20. Grayscale: #828282. Windows color (decimal): -10452257 or 14647904. OLE color: 14647904.

HSL color Cylindrical-coordinate representation of color #6082DF: hue angle of 223.94º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6082DF is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 130 223 -
CMYK 0.57 0.42 0 0.13
HSL 223.94º 0.66% 0.63% -
HSV(B) 223.94º 0.57% 0.87% -
XYZ 26.13 23.78 73.03 -
YUV 130.44 180.24 103.44 -
System Red Green Blue C M Y K H S L
Decimal 96 130 223 0.57 0.42 0 0.13 223.94 0.66 0.63
Hex 60 82 DF 39 2A 0 D E0 42 3F
Octal 140 202 337 71 52 0 15 340 102 77
Binary 1100000 10000010 11011111 111001 101010 0 1101 11100000 1000010 111111

Color Harmonies of #6082DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6082DF

Black with #6082DF

Text Example


Text Example

White with #6082DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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