Html Css Color HEX #6B769F Chetwode Blue

📋 copy color: '#6B769F'

red 107 ◦ green 118 ◦ blue 159

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

Shades of Chetwode Blue #6B769F

Tints of Chetwode Blue #6B769F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.73%

 BLUE value IS 159 (62.5% from 255) = 41.41%

R = 27.86%
G = 30.73%
B = 41.41%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B769F (or 0x6B769F) is known color: Chetwode Blue. HEX triplet: 6B, 76 and 9F. RGB value is (107,118,159). Sum of RGB (Red+Green+Blue) = 107+118+159=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B769F is #948960. Grayscale: #777777. Windows color (decimal): -9734497 or 10450539. OLE color: 10450539.

HSL color Cylindrical-coordinate representation of color #6B769F: hue angle of 227.31º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B769F is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 118 159 -
CMYK 0.33 0.26 0 0.38
HSL 227.31º 0.21% 0.52% -
HSV(B) 227.31º 0.33% 0.62% -
XYZ 18.8 18.59 35.4 -
YUV 119.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 107 118 159 0.33 0.26 0 0.38 227.31 0.21 0.52
Hex 6B 76 9F 21 1A 0 26 E3 15 34
Octal 153 166 237 41 32 0 46 343 25 64
Binary 1101011 1110110 10011111 100001 11010 0 100110 11100011 10101 110100

Color Harmonies of #6B769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B769F

Black with #6B769F

Text Example


Text Example

White with #6B769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,118,159); }

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

background-color css

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

 a { background-color: rgb(107,118,159); }

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

border-color css

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

 span { border-color: rgb(107,118,159); }

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