Html Css Color HEX #6769CB Slate Blue

📋 copy color: '#6769CB'

red 103 ◦ green 105 ◦ blue 203

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

Shades of Slate Blue #6769CB

Tints of Slate Blue #6769CB

RGB

 RED value IS 103 (40.63% from 255) = 25.06%

 GREEN value IS 105 (41.41% from 255) = 25.55%

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 25.06%
G = 25.55%
B = 49.39%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6769CB (or 0x6769CB) is known color: Slate Blue. HEX triplet: 67, 69 and CB. RGB value is (103,105,203). Sum of RGB (Red+Green+Blue) = 103+105+203=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #6769CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6769CB is #989634. Grayscale: #737373. Windows color (decimal): -9999925 or 13330791. OLE color: 13330791.

HSL color Cylindrical-coordinate representation of color #6769CB: hue angle of 238.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6769CB is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 105 203 -
CMYK 0.49 0.48 0 0.20
HSL 238.8º 0.49% 0.6% -
HSV(B) 238.8º 0.49% 0.8% -
XYZ 21.42 17.3 58.71 -
YUV 115.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 103 105 203 0.49 0.48 0 0.20 238.8 0.49 0.6
Hex 67 69 CB 31 30 0 14 EF 31 3C
Octal 147 151 313 61 60 0 24 357 61 74
Binary 1100111 1101001 11001011 110001 110000 0 10100 11101111 110001 111100

Color Harmonies of #6769CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6769CB

Black with #6769CB

Text Example


Text Example

White with #6769CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6769CB; }

 p { color: rgb(103,105,203); }

 H1.HeaderClassName
 {
   color: #6769CB;
 }
 .AnyTagClassName
 {
   color: #6769CB;
 }
</style>

background-color css

<style>
 a { background-color: #6769CB; }

 a { background-color: rgb(103,105,203); }

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

border-color css

<style>
 span { border-color: #6769CB; }

 span { border-color: rgb(103,105,203); }

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