Html Css Color HEX #6F80CC Wild Blue Yonder

📋 copy color: '#6F80CC'

red 111 ◦ green 128 ◦ blue 204

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

Shades of Wild Blue Yonder #6F80CC

Tints of Wild Blue Yonder #6F80CC

RGB

 RED value IS 111 (43.75% from 255) = 25.06%

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 25.06%
G = 28.89%
B = 46.05%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6F80CC (or 0x6F80CC) is known color: Wild Blue Yonder. HEX triplet: 6F, 80 and CC. RGB value is (111,128,204). Sum of RGB (Red+Green+Blue) = 111+128+204=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F80CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F80CC is #907F33. Grayscale: #838383. Windows color (decimal): -9469748 or 13402223. OLE color: 13402223.

HSL color Cylindrical-coordinate representation of color #6F80CC: hue angle of 229.03º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F80CC is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 111 128 204 -
CMYK 0.46 0.37 0 0.2
HSL 229.03º 0.48% 0.62% -
HSV(B) 229.03º 0.46% 0.8% -
XYZ 25.17 23.18 60.27 -
YUV 131.58 168.87 113.32 -
System Red Green Blue C M Y K H S L
Decimal 111 128 204 0.46 0.37 0 0.2 229.03 0.48 0.62
Hex 6F 80 CC 2E 25 0 14 E5 30 3E
Octal 157 200 314 56 45 0 24 345 60 76
Binary 1101111 10000000 11001100 101110 100101 0 10100 11100101 110000 111110

Color Harmonies of #6F80CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F80CC

Black with #6F80CC

Text Example


Text Example

White with #6F80CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F80CC; }

 p { color: rgb(111,128,204); }

 H1.HeaderClassName
 {
   color: #6F80CC;
 }
 .AnyTagClassName
 {
   color: #6F80CC;
 }
</style>

background-color css

<style>
 a { background-color: #6F80CC; }

 a { background-color: rgb(111,128,204); }

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

border-color css

<style>
 span { border-color: #6F80CC; }

 span { border-color: rgb(111,128,204); }

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