Html Css Color HEX #67688B Comet

📋 copy color: '#67688B'

red 103 ◦ green 104 ◦ blue 139

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

Shades of Comet #67688B

Tints of Comet #67688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 29.77%
G = 30.06%
B = 40.17%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67688B (or 0x67688B) is known color: Comet. HEX triplet: 67, 68 and 8B. RGB value is (103,104,139). Sum of RGB (Red+Green+Blue) = 103+104+139=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #67688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67688B is #989774. Grayscale: #6B6B6B. Windows color (decimal): -10000245 or 9136231. OLE color: 9136231.

HSL color Cylindrical-coordinate representation of color #67688B: hue angle of 238.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67688B is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 104 139 -
CMYK 0.26 0.25 0 0.45
HSL 238.33º 0.15% 0.47% -
HSV(B) 238.33º 0.26% 0.55% -
XYZ 15.2 14.65 26.45 -
YUV 107.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 103 104 139 0.26 0.25 0 0.45 238.33 0.15 0.47
Hex 67 68 8B 1A 19 0 2D EE F 2F
Octal 147 150 213 32 31 0 55 356 17 57
Binary 1100111 1101000 10001011 11010 11001 0 101101 11101110 1111 101111

Color Harmonies of #67688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67688B

Black with #67688B

Text Example


Text Example

White with #67688B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67688B; }

 p { color: rgb(103,104,139); }

 H1.HeaderClassName
 {
   color: #67688B;
 }
 .AnyTagClassName
 {
   color: #67688B;
 }
</style>

background-color css

<style>
 a { background-color: #67688B; }

 a { background-color: rgb(103,104,139); }

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

border-color css

<style>
 span { border-color: #67688B; }

 span { border-color: rgb(103,104,139); }

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