#6F83CA

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

Shades of Wild Blue Yonder #6F83CA

Tints of Wild Blue Yonder #6F83CA

Color information

#6F83CA (or 0x6F83CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 83 and CA. RGB value is (111,131,202). Sum of RGB (Red+Green+Blue) = 111+131+202=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F83CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F83CA is #907C35. Grayscale: #848484. Windows color (decimal): -9468982 or 13271919. OLE color: 13271919.

HSL color Cylindrical-coordinate representation of color #6F83CA: hue angle of 226.81º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F83CA is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB111131202-
CMYK0.450.3500.21
HSL226.81º46.19%61.37%-
HSV(B)226.81º45.05%79.22%-
XYZ25.3323.8859.15-
YUV133.11166.87112.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=25%
G=29.50%
B=45.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111312020.450.3500.21226.8146.1961.37
Hex6F83CA2D23015e32e3d
Octal15720331255430253435675
Binary1101111100000111100101010110110001101010111100011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,131,202); }

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

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

 a { background-color: rgb(111,131,202); }

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

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

 span { border-color: rgb(111,131,202); }

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