Html Css Color HEX #6CBDA7 Gulf Stream

📋 copy color: '#6CBDA7'

red 108 ◦ green 189 ◦ blue 167

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

Shades of Gulf Stream #6CBDA7

Tints of Gulf Stream #6CBDA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.99%

R = 23.28%
G = 40.73%
B = 35.99%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#6CBDA7 (or 0x6CBDA7) is known color: Gulf Stream. HEX triplet: 6C, BD and A7. RGB value is (108,189,167). Sum of RGB (Red+Green+Blue) = 108+189+167=464 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.28% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBDA7 is #934258. Grayscale: #A2A2A2. Windows color (decimal): -9650777 or 10993004. OLE color: 10993004.

HSL color Cylindrical-coordinate representation of color #6CBDA7: hue angle of 163.7º 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 #6CBDA7 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 189 167 -
CMYK 0.43 0 0.12 0.26
HSL 163.7º 0.38% 0.58% -
HSV(B) 163.7º 0.43% 0.74% -
XYZ 31.36 42.37 43.09 -
YUV 162.27 130.66 89.29 -
System Red Green Blue C M Y K H S L
Decimal 108 189 167 0.43 0 0.12 0.26 163.7 0.38 0.58
Hex 6C BD A7 2B 0 C 1A A4 26 3A
Octal 154 275 247 53 0 14 32 244 46 72
Binary 1101100 10111101 10100111 101011 0 1100 11010 10100100 100110 111010

Color Harmonies of #6CBDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBDA7

Black with #6CBDA7

Text Example


Text Example

White with #6CBDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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