#6b83d0

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

Shades of Wild Blue Yonder #6B83D0

Tints of Wild Blue Yonder #6B83D0

Color information

#6B83D0 (or 0x6B83D0) is unknown color: approx Wild Blue Yonder. HEX triplet: 6B, 83 and D0. RGB value is (107,131,208). Sum of RGB (Red+Green+Blue) = 107+131+208=446 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.99% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #6B83D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B83D0 is #947C2F. Grayscale: #848484. Windows color (decimal): -9731120 or 13665131. OLE color: 13665131.

HSL color Cylindrical-coordinate representation of color #6B83D0: hue angle of 225.74º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B83D0 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB107131208-
CMYK0.490.3700.18
HSL225.74º51.79%61.76%-
HSV(B)225.74º48.56%81.57%-
XYZ25.5623.9162.94-
YUV132.6170.55109.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.99%
GREEN value IS 131 (51.56% from 255) = 29.37%
BLUE value IS 208 (81.64% from 255) = 46.64%
R=23.99%
G=29.37%
B=46.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1071312080.490.3700.18225.7451.7961.76
Hex6B83D03125012e2343e
Octal15320332061450223426476
Binary1101011100000111101000011000110010101001011100010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b83d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,131,208); }

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

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

 a { background-color: rgb(107,131,208); }

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

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

 span { border-color: rgb(107,131,208); }

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