Html Css Color HEX #6B93CE Danube

📋 copy color: '#6B93CE'

red 107 ◦ green 147 ◦ blue 206

#6B93CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #6B93CE

Tints of Danube #6B93CE

RGB

 RED value IS 107 (42.19% from 255) = 23.26%

 GREEN value IS 147 (57.81% from 255) = 31.96%

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 23.26%
G = 31.96%
B = 44.78%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B93CE (or 0x6B93CE) is known color: Danube. HEX triplet: 6B, 93 and CE. RGB value is (107,147,206). Sum of RGB (Red+Green+Blue) = 107+147+206=460 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.26% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B93CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B93CE is #946C31. Grayscale: #8D8D8D. Windows color (decimal): -9727026 or 13538155. OLE color: 13538155.

HSL color Cylindrical-coordinate representation of color #6B93CE: hue angle of 215.76º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B93CE is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 147 206 -
CMYK 0.48 0.29 0 0.19
HSL 215.76º 0.5% 0.61% -
HSV(B) 215.76º 0.48% 0.81% -
XYZ 27.64 28.45 62.43 -
YUV 141.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 107 147 206 0.48 0.29 0 0.19 215.76 0.5 0.61
Hex 6B 93 CE 30 1D 0 13 D8 32 3D
Octal 153 223 316 60 35 0 23 330 62 75
Binary 1101011 10010011 11001110 110000 11101 0 10011 11011000 110010 111101

Color Harmonies of #6B93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B93CE

Black with #6B93CE

Text Example


Text Example

White with #6B93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,147,206); }

 H1.HeaderClassName
 {
   color: #6B93CE;
 }
 .AnyTagClassName
 {
   color: #6B93CE;
 }
</style>

background-color css

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

 a { background-color: rgb(107,147,206); }

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

border-color css

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

 span { border-color: rgb(107,147,206); }

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