#6F7DBA

Color #6F7DBA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #6F7DBA

Tints of Wild Blue Yonder #6F7DBA

Color information

#6F7DBA (or 0x6F7DBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 7D and BA. RGB value is (111,125,186). Sum of RGB (Red+Green+Blue) = 111+125+186=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F7DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7DBA is #908245. Grayscale: #7F7F7F. Windows color (decimal): -9470534 or 12221807. OLE color: 12221807.

HSL color Cylindrical-coordinate representation of color #6F7DBA: hue angle of 228.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F7DBA is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB111125186-
CMYK0.400.3300.27
HSL228.8º35.21%58.24%-
HSV(B)228.8º40.32%72.94%-
XYZ22.7521.5949.42-
YUV127.77160.86116.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 125 (49.22% from 255) = 29.62%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=26.30%
G=29.62%
B=44.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111251860.400.3300.27228.835.2158.24
Hex6F7DBA282101Be5233a
Octal15717527250410333454372
Binary110111111111011011101010100010000101101111100101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,125,186); }

 H1.HeaderClassName
 {
   color: #6F7DBA;
 }
 .AnyTagClassName
 {
   color: #6F7DBA;
 }
</style>
background-color css

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

 a { background-color: rgb(111,125,186); }

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

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

 span { border-color: rgb(111,125,186); }

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