Html Css Color HEX #6B61CC Slate Blue

📋 copy color: '#6B61CC'

red 107 ◦ green 97 ◦ blue 204

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

Shades of Slate Blue #6B61CC

Tints of Slate Blue #6B61CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.77%

 BLUE value IS 204 (80.08% from 255) = 50%

R = 26.23%
G = 23.77%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B61CC (or 0x6B61CC) is known color: Slate Blue. HEX triplet: 6B, 61 and CC. RGB value is (107,97,204). Sum of RGB (Red+Green+Blue) = 107+97+204=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B61CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B61CC is #949E33. Grayscale: #6F6F6F. Windows color (decimal): -9739828 or 13394283. OLE color: 13394283.

HSL color Cylindrical-coordinate representation of color #6B61CC: hue angle of 245.61º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B61CC is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 97 204 -
CMYK 0.48 0.52 0 0.2
HSL 245.61º 0.51% 0.59% -
HSV(B) 245.61º 0.52% 0.8% -
XYZ 21.24 16.03 59.1 -
YUV 112.19 179.81 124.3 -
System Red Green Blue C M Y K H S L
Decimal 107 97 204 0.48 0.52 0 0.2 245.61 0.51 0.59
Hex 6B 61 CC 30 34 0 14 F6 33 3B
Octal 153 141 314 60 64 0 24 366 63 73
Binary 1101011 1100001 11001100 110000 110100 0 10100 11110110 110011 111011

Color Harmonies of #6B61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B61CC

Black with #6B61CC

Text Example


Text Example

White with #6B61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,97,204); }

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

background-color css

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

 a { background-color: rgb(107,97,204); }

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

border-color css

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

 span { border-color: rgb(107,97,204); }

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