#6b82c1

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

Shades of Wild Blue Yonder #6B82C1

Tints of Wild Blue Yonder #6B82C1

Color information

#6B82C1 (or 0x6B82C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 6B, 82 and C1. RGB value is (107,130,193). Sum of RGB (Red+Green+Blue) = 107+130+193=430 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.88% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #6B82C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B82C1 is #947D3E. Grayscale: #828282. Windows color (decimal): -9731391 or 12681835. OLE color: 12681835.

HSL color Cylindrical-coordinate representation of color #6B82C1: hue angle of 223.95º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B82C1 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB107130193-
CMYK0.450.3300.24
HSL223.95º40.95%58.82%-
HSV(B)223.95º44.56%75.69%-
XYZ23.6722.9453.63-
YUV130.3163.38111.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.88%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=24.88%
G=30.23%
B=44.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1071301930.450.3300.24223.9540.9558.82
Hex6B82C12D21018e0293b
Octal15320230155410303405173
Binary1101011100000101100000110110110000101100011100000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b82c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,130,193); }

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

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

 a { background-color: rgb(107,130,193); }

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

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

 span { border-color: rgb(107,130,193); }

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