#6B92CA

Color #6B92CA Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #6B92CA

Tints of Danube #6B92CA

Color information

#6B92CA (or 0x6B92CA) is unknown color: approx Danube. HEX triplet: 6B, 92 and CA. RGB value is (107,146,202). Sum of RGB (Red+Green+Blue) = 107+146+202=455 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.52% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B92CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B92CA is #946D35. Grayscale: #8C8C8C. Windows color (decimal): -9727286 or 13275755. OLE color: 13275755.

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

Color convert

RGB107146202-
CMYK0.470.2800.21
HSL215.37º47.26%60.59%-
HSV(B)215.37º47.03%79.22%-
XYZ2727.9559.85-
YUV140.72162.58103.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.52%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=23.52%
G=32.09%
B=44.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1071462020.470.2800.21215.3747.2660.59
Hex6B92CA2F1C015d72f3d
Octal15322231257340253275775
Binary110101110010010110010101011111110001010111010111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B92CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,146,202); }

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

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

 a { background-color: rgb(107,146,202); }

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

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

 span { border-color: rgb(107,146,202); }

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