Html Css Color HEX #6067CC Slate Blue

📋 copy color: '#6067CC'

red 96 ◦ green 103 ◦ blue 204

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

Shades of Slate Blue #6067CC

Tints of Slate Blue #6067CC

RGB

 RED value IS 96 (37.89% from 255) = 23.82%

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

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

R = 23.82%
G = 25.56%
B = 50.62%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6067CC (or 0x6067CC) is known color: Slate Blue. HEX triplet: 60, 67 and CC. RGB value is (96,103,204). Sum of RGB (Red+Green+Blue) = 96+103+204=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #6067CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6067CC is #9F9833. Grayscale: #707070. Windows color (decimal): -10459188 or 13395808. OLE color: 13395808.

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

Color convert

RGB 96 103 204 -
CMYK 0.53 0.50 0 0.2
HSL 236.11º 0.51% 0.59% -
HSV(B) 236.11º 0.53% 0.8% -
XYZ 20.57 16.55 59.24 -
YUV 112.42 179.68 116.29 -
System Red Green Blue C M Y K H S L
Decimal 96 103 204 0.53 0.50 0 0.2 236.11 0.51 0.59
Hex 60 67 CC 35 32 0 14 EC 33 3B
Octal 140 147 314 65 62 0 24 354 63 73
Binary 1100000 1100111 11001100 110101 110010 0 10100 11101100 110011 111011

Color Harmonies of #6067CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6067CC

Black with #6067CC

Text Example


Text Example

White with #6067CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6067CC; }

 p { color: rgb(96,103,204); }

 H1.HeaderClassName
 {
   color: #6067CC;
 }
 .AnyTagClassName
 {
   color: #6067CC;
 }
</style>

background-color css

<style>
 a { background-color: #6067CC; }

 a { background-color: rgb(96,103,204); }

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

border-color css

<style>
 span { border-color: #6067CC; }

 span { border-color: rgb(96,103,204); }

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