Html Css Color HEX #6B67CE Slate Blue

📋 copy color: '#6B67CE'

red 107 ◦ green 103 ◦ blue 206

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

Shades of Slate Blue #6B67CE

Tints of Slate Blue #6B67CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 25.72%
G = 24.76%
B = 49.52%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B67CE (or 0x6B67CE) is known color: Slate Blue. HEX triplet: 6B, 67 and CE. RGB value is (107,103,206). Sum of RGB (Red+Green+Blue) = 107+103+206=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B67CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B67CE is #949831. Grayscale: #737373. Windows color (decimal): -9738290 or 13526891. OLE color: 13526891.

HSL color Cylindrical-coordinate representation of color #6B67CE: hue angle of 242.33º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B67CE is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 103 206 -
CMYK 0.48 0.50 0 0.19
HSL 242.33º 0.51% 0.61% -
HSV(B) 242.33º 0.5% 0.81% -
XYZ 22.05 17.28 60.57 -
YUV 115.94 178.83 121.62 -
System Red Green Blue C M Y K H S L
Decimal 107 103 206 0.48 0.50 0 0.19 242.33 0.51 0.61
Hex 6B 67 CE 30 32 0 13 F2 33 3D
Octal 153 147 316 60 62 0 23 362 63 75
Binary 1101011 1100111 11001110 110000 110010 0 10011 11110010 110011 111101

Color Harmonies of #6B67CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B67CE

Black with #6B67CE

Text Example


Text Example

White with #6B67CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,103,206); }

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

background-color css

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

 a { background-color: rgb(107,103,206); }

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

border-color css

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

 span { border-color: rgb(107,103,206); }

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