#6B83CB

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

Shades of Wild Blue Yonder #6B83CB

Tints of Wild Blue Yonder #6B83CB

Color information

#6B83CB (or 0x6B83CB) is unknown color: approx Wild Blue Yonder. HEX triplet: 6B, 83 and CB. RGB value is (107,131,203). Sum of RGB (Red+Green+Blue) = 107+131+203=441 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.26% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B83CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B83CB is #947C34. Grayscale: #838383. Windows color (decimal): -9731125 or 13337451. OLE color: 13337451.

HSL color Cylindrical-coordinate representation of color #6B83CB: hue angle of 225º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B83CB is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB107131203-
CMYK0.470.3500.20
HSL225º48%60.78%-
HSV(B)225º47.29%79.61%-
XYZ24.9623.6759.75-
YUV132.03168.05110.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.26%
GREEN value IS 131 (51.56% from 255) = 29.71%
BLUE value IS 203 (79.69% from 255) = 46.03%
R=24.26%
G=29.71%
B=46.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1071312030.470.3500.202254860.78
Hex6B83CB2F23014e1303d
Octal15320331357430243416075
Binary1101011100000111100101110111110001101010011100001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B83CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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