Html Css Color HEX #6B80BF Wild Blue Yonder

📋 copy color: '#6B80BF'

red 107 ◦ green 128 ◦ blue 191

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

Shades of Wild Blue Yonder #6B80BF

Tints of Wild Blue Yonder #6B80BF

RGB

 RED value IS 107 (42.19% from 255) = 25.12%

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

 BLUE value IS 191 (75% from 255) = 44.84%

R = 25.12%
G = 30.05%
B = 44.84%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B80BF (or 0x6B80BF) is known color: Wild Blue Yonder. HEX triplet: 6B, 80 and BF. RGB value is (107,128,191). Sum of RGB (Red+Green+Blue) = 107+128+191=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B80BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B80BF is #947F40. Grayscale: #808080. Windows color (decimal): -9731905 or 12550251. OLE color: 12550251.

HSL color Cylindrical-coordinate representation of color #6B80BF: hue angle of 225º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B80BF is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 128 191 -
CMYK 0.44 0.33 0 0.25
HSL 225º 0.4% 0.58% -
HSV(B) 225º 0.44% 0.75% -
XYZ 23.19 22.33 52.38 -
YUV 128.9 163.04 112.38 -
System Red Green Blue C M Y K H S L
Decimal 107 128 191 0.44 0.33 0 0.25 225 0.4 0.58
Hex 6B 80 BF 2C 21 0 19 E1 28 3A
Octal 153 200 277 54 41 0 31 341 50 72
Binary 1101011 10000000 10111111 101100 100001 0 11001 11100001 101000 111010

Color Harmonies of #6B80BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B80BF

Black with #6B80BF

Text Example


Text Example

White with #6B80BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,128,191); }

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

background-color css

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

 a { background-color: rgb(107,128,191); }

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

border-color css

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

 span { border-color: rgb(107,128,191); }

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