Html Css Color HEX #6CBDA2 Keppel

📋 copy color: '#6CBDA2'

red 108 ◦ green 189 ◦ blue 162

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

Shades of Keppel #6CBDA2

Tints of Keppel #6CBDA2

RGB

 RED value IS 108 (42.58% from 255) = 23.53%

 GREEN value IS 189 (74.22% from 255) = 41.18%

 BLUE value IS 162 (63.67% from 255) = 35.29%

R = 23.53%
G = 41.18%
B = 35.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#6CBDA2 (or 0x6CBDA2) is known color: Keppel. HEX triplet: 6C, BD and A2. RGB value is (108,189,162). Sum of RGB (Red+Green+Blue) = 108+189+162=459 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.53% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBDA2 is #93425D. Grayscale: #A1A1A1. Windows color (decimal): -9650782 or 10665324. OLE color: 10665324.

HSL color Cylindrical-coordinate representation of color #6CBDA2: hue angle of 160º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBDA2 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 189 162 -
CMYK 0.43 0 0.14 0.26
HSL 160º 0.38% 0.58% -
HSV(B) 160º 0.43% 0.74% -
XYZ 30.9 42.19 40.7 -
YUV 161.7 128.16 89.7 -
System Red Green Blue C M Y K H S L
Decimal 108 189 162 0.43 0 0.14 0.26 160 0.38 0.58
Hex 6C BD A2 2B 0 E 1A A0 26 3A
Octal 154 275 242 53 0 16 32 240 46 72
Binary 1101100 10111101 10100010 101011 0 1110 11010 10100000 100110 111010

Color Harmonies of #6CBDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBDA2

Black with #6CBDA2

Text Example


Text Example

White with #6CBDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,189,162); }

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

background-color css

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

 a { background-color: rgb(108,189,162); }

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

border-color css

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

 span { border-color: rgb(108,189,162); }

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