Html Css Color HEX #6080F0 Cornflower Blue

📋 copy color: '#6080F0'

red 96 ◦ green 128 ◦ blue 240

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

Shades of Cornflower Blue #6080F0

Tints of Cornflower Blue #6080F0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.59%

 BLUE value IS 240 (94.14% from 255) = 51.72%

R = 20.69%
G = 27.59%
B = 51.72%

CMYK

 C value IS 0.6

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6080F0 (or 0x6080F0) is known color: Cornflower Blue. HEX triplet: 60, 80 and F0. RGB value is (96,128,240). Sum of RGB (Red+Green+Blue) = 96+128+240=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #6080F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6080F0 is #9F7F0F. Grayscale: #828282. Windows color (decimal): -10452752 or 15761504. OLE color: 15761504.

HSL color Cylindrical-coordinate representation of color #6080F0: hue angle of 226.67º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6080F0 is Cyan = 0.6, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 128 240 -
CMYK 0.6 0.47 0 0.06
HSL 226.67º 0.83% 0.66% -
HSV(B) 226.67º 0.6% 0.94% -
XYZ 28.27 24.22 85.62 -
YUV 131.2 189.4 102.89 -
System Red Green Blue C M Y K H S L
Decimal 96 128 240 0.6 0.47 0 0.06 226.67 0.83 0.66
Hex 60 80 F0 3C 2F 0 6 E3 53 42
Octal 140 200 360 74 57 0 6 343 123 102
Binary 1100000 10000000 11110000 111100 101111 0 110 11100011 1010011 1000010

Color Harmonies of #6080F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6080F0

Black with #6080F0

Text Example


Text Example

White with #6080F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6080F0; }

 p { color: rgb(96,128,240); }

 H1.HeaderClassName
 {
   color: #6080F0;
 }
 .AnyTagClassName
 {
   color: #6080F0;
 }
</style>

background-color css

<style>
 a { background-color: #6080F0; }

 a { background-color: rgb(96,128,240); }

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

border-color css

<style>
 span { border-color: #6080F0; }

 span { border-color: rgb(96,128,240); }

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