#6C83BF

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

Shades of Wild Blue Yonder #6C83BF

Tints of Wild Blue Yonder #6C83BF

Color information

#6C83BF (or 0x6C83BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 6C, 83 and BF. RGB value is (108,131,191). Sum of RGB (Red+Green+Blue) = 108+131+191=430 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.12% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C83BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C83BF is #937C40. Grayscale: #828282. Windows color (decimal): -9665601 or 12551020. OLE color: 12551020.

HSL color Cylindrical-coordinate representation of color #6C83BF: hue angle of 223.37º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C83BF is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108131191-
CMYK0.430.3100.25
HSL223.37º39.34%58.63%-
HSV(B)223.37º43.46%74.9%-
XYZ23.723.1852.52-
YUV130.96161.88111.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.12%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 191 (75% from 255) = 44.42%
R=25.12%
G=30.47%
B=44.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081311910.430.3100.25223.3739.3458.63
Hex6C83BF2B1F019df273b
Octal15420327753370313374773
Binary110110010000011101111111010111111101100111011111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C83BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,131,191); }

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

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

 a { background-color: rgb(108,131,191); }

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

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

 span { border-color: rgb(108,131,191); }

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