Html Css Color HEX #6B96CA Danube

📋 copy color: '#6B96CA'

red 107 ◦ green 150 ◦ blue 202

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

Shades of Danube #6B96CA

Tints of Danube #6B96CA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.68%

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 23.31%
G = 32.68%
B = 44.01%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6B96CA (or 0x6B96CA) is known color: Danube. HEX triplet: 6B, 96 and CA. RGB value is (107,150,202). Sum of RGB (Red+Green+Blue) = 107+150+202=459 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.31% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B96CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B96CA is #946935. Grayscale: #8E8E8E. Windows color (decimal): -9726262 or 13276779. OLE color: 13276779.

HSL color Cylindrical-coordinate representation of color #6B96CA: hue angle of 212.84º 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 #6B96CA is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 150 202 -
CMYK 0.47 0.26 0 0.21
HSL 212.84º 0.47% 0.61% -
HSV(B) 212.84º 0.47% 0.79% -
XYZ 27.63 29.2 60.06 -
YUV 143.07 161.25 102.27 -
System Red Green Blue C M Y K H S L
Decimal 107 150 202 0.47 0.26 0 0.21 212.84 0.47 0.61
Hex 6B 96 CA 2F 1A 0 15 D5 2F 3D
Octal 153 226 312 57 32 0 25 325 57 75
Binary 1101011 10010110 11001010 101111 11010 0 10101 11010101 101111 111101

Color Harmonies of #6B96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B96CA

Black with #6B96CA

Text Example


Text Example

White with #6B96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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