Html Css Color HEX #266C68 Blue Stone

📋 copy color: '#266C68'

red 38 ◦ green 108 ◦ blue 104

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

Shades of Blue Stone #266C68

Tints of Blue Stone #266C68

RGB

 RED value IS 38 (15.23% from 255) = 15.2%

 GREEN value IS 108 (42.58% from 255) = 43.2%

 BLUE value IS 104 (41.02% from 255) = 41.6%

R = 15.2%
G = 43.2%
B = 41.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#266C68 (or 0x266C68) is known color: Blue Stone. HEX triplet: 26, 6C and 68. RGB value is (38,108,104). Sum of RGB (Red+Green+Blue) = 38+108+104=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 108 - color contains mainly: green. Hex color #266C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266C68 is #D99397. Grayscale: #565656. Windows color (decimal): -14259096 or 6843430. OLE color: 6843430.

HSL color Cylindrical-coordinate representation of color #266C68: hue angle of 176.57º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266C68 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 38 108 104 -
CMYK 0.65 0 0.04 0.58
HSL 176.57º 0.48% 0.29% -
HSV(B) 176.57º 0.65% 0.42% -
XYZ 8.66 12.14 14.98 -
YUV 86.61 137.81 93.33 -
System Red Green Blue C M Y K H S L
Decimal 38 108 104 0.65 0 0.04 0.58 176.57 0.48 0.29
Hex 26 6C 68 41 0 4 3A B1 30 1D
Octal 46 154 150 101 0 4 72 261 60 35
Binary 100110 1101100 1101000 1000001 0 100 111010 10110001 110000 11101

Color Harmonies of #266C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266C68

Black with #266C68

Text Example


Text Example

White with #266C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266C68; }

 p { color: rgb(38,108,104); }

 H1.HeaderClassName
 {
   color: #266C68;
 }
 .AnyTagClassName
 {
   color: #266C68;
 }
</style>

background-color css

<style>
 a { background-color: #266C68; }

 a { background-color: rgb(38,108,104); }

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

border-color css

<style>
 span { border-color: #266C68; }

 span { border-color: rgb(38,108,104); }

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