Html Css Color HEX #6167CA Slate Blue

📋 copy color: '#6167CA'

red 97 ◦ green 103 ◦ blue 202

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

Shades of Slate Blue #6167CA

Tints of Slate Blue #6167CA

RGB

 RED value IS 97 (38.28% from 255) = 24.13%

 GREEN value IS 103 (40.63% from 255) = 25.62%

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

R = 24.13%
G = 25.62%
B = 50.25%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6167CA (or 0x6167CA) is known color: Slate Blue. HEX triplet: 61, 67 and CA. RGB value is (97,103,202). Sum of RGB (Red+Green+Blue) = 97+103+202=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #6167CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6167CA is #9E9835. Grayscale: #707070. Windows color (decimal): -10393654 or 13264737. OLE color: 13264737.

HSL color Cylindrical-coordinate representation of color #6167CA: hue angle of 236.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6167CA is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 103 202 -
CMYK 0.52 0.49 0 0.21
HSL 236.57º 0.5% 0.59% -
HSV(B) 236.57º 0.52% 0.79% -
XYZ 20.44 16.51 57.99 -
YUV 112.49 178.51 116.95 -
System Red Green Blue C M Y K H S L
Decimal 97 103 202 0.52 0.49 0 0.21 236.57 0.5 0.59
Hex 61 67 CA 34 31 0 15 ED 32 3B
Octal 141 147 312 64 61 0 25 355 62 73
Binary 1100001 1100111 11001010 110100 110001 0 10101 11101101 110010 111011

Color Harmonies of #6167CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6167CA

Black with #6167CA

Text Example


Text Example

White with #6167CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6167CA; }

 p { color: rgb(97,103,202); }

 H1.HeaderClassName
 {
   color: #6167CA;
 }
 .AnyTagClassName
 {
   color: #6167CA;
 }
</style>

background-color css

<style>
 a { background-color: #6167CA; }

 a { background-color: rgb(97,103,202); }

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

border-color css

<style>
 span { border-color: #6167CA; }

 span { border-color: rgb(97,103,202); }

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