Html Css Color HEX #67668C Kimberly

📋 copy color: '#67668C'

red 103 ◦ green 102 ◦ blue 140

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

Shades of Kimberly #67668C

Tints of Kimberly #67668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.57%

 BLUE value IS 140 (55.08% from 255) = 40.58%

R = 29.86%
G = 29.57%
B = 40.58%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67668C (or 0x67668C) is known color: Kimberly. HEX triplet: 67, 66 and 8C. RGB value is (103,102,140). Sum of RGB (Red+Green+Blue) = 103+102+140=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #67668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67668C is #989973. Grayscale: #6A6A6A. Windows color (decimal): -10000756 or 9201255. OLE color: 9201255.

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

Color convert

RGB 103 102 140 -
CMYK 0.26 0.27 0 0.45
HSL 241.58º 0.16% 0.47% -
HSV(B) 241.58º 0.27% 0.55% -
XYZ 15.08 14.28 26.77 -
YUV 106.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 103 102 140 0.26 0.27 0 0.45 241.58 0.16 0.47
Hex 67 66 8C 1A 1B 0 2D F2 10 2F
Octal 147 146 214 32 33 0 55 362 20 57
Binary 1100111 1100110 10001100 11010 11011 0 101101 11110010 10000 101111

Color Harmonies of #67668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67668C

Black with #67668C

Text Example


Text Example

White with #67668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67668C; }

 p { color: rgb(103,102,140); }

 H1.HeaderClassName
 {
   color: #67668C;
 }
 .AnyTagClassName
 {
   color: #67668C;
 }
</style>

background-color css

<style>
 a { background-color: #67668C; }

 a { background-color: rgb(103,102,140); }

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

border-color css

<style>
 span { border-color: #67668C; }

 span { border-color: rgb(103,102,140); }

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