Html Css Color HEX #6BBDB8 Fountain Blue

📋 copy color: '#6BBDB8'

red 107 ◦ green 189 ◦ blue 184

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

Shades of Fountain Blue #6BBDB8

Tints of Fountain Blue #6BBDB8

RGB

 RED value IS 107 (42.19% from 255) = 22.29%

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

 BLUE value IS 184 (72.27% from 255) = 38.33%

R = 22.29%
G = 39.38%
B = 38.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#6BBDB8 (or 0x6BBDB8) is known color: Fountain Blue. HEX triplet: 6B, BD and B8. RGB value is (107,189,184). Sum of RGB (Red+Green+Blue) = 107+189+184=480 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.29% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBDB8 is #944247. Grayscale: #A3A3A3. Windows color (decimal): -9716296 or 12107115. OLE color: 12107115.

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

Color convert

RGB 107 189 184 -
CMYK 0.43 0 0.03 0.26
HSL 176.34º 0.38% 0.58% -
HSV(B) 176.34º 0.43% 0.74% -
XYZ 32.91 42.98 51.91 -
YUV 163.91 139.33 87.41 -
System Red Green Blue C M Y K H S L
Decimal 107 189 184 0.43 0 0.03 0.26 176.34 0.38 0.58
Hex 6B BD B8 2B 0 3 1A B0 26 3A
Octal 153 275 270 53 0 3 32 260 46 72
Binary 1101011 10111101 10111000 101011 0 11 11010 10110000 100110 111010

Color Harmonies of #6BBDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBDB8

Black with #6BBDB8

Text Example


Text Example

White with #6BBDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,189,184); }

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

background-color css

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

 a { background-color: rgb(107,189,184); }

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

border-color css

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

 span { border-color: rgb(107,189,184); }

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