Html Css Color HEX #6BBEAF Gulf Stream

📋 copy color: '#6BBEAF'

red 107 ◦ green 190 ◦ blue 175

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

Shades of Gulf Stream #6BBEAF

Tints of Gulf Stream #6BBEAF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.25%

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 22.67%
G = 40.25%
B = 37.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#6BBEAF (or 0x6BBEAF) is known color: Gulf Stream. HEX triplet: 6B, BE and AF. RGB value is (107,190,175). Sum of RGB (Red+Green+Blue) = 107+190+175=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBEAF is #944150. Grayscale: #A3A3A3. Windows color (decimal): -9716049 or 11517547. OLE color: 11517547.

HSL color Cylindrical-coordinate representation of color #6BBEAF: hue angle of 169.16º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBEAF is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 190 175 -
CMYK 0.44 0 0.08 0.25
HSL 169.16º 0.39% 0.58% -
HSV(B) 169.16º 0.44% 0.75% -
XYZ 32.21 43.05 47.17 -
YUV 163.47 134.5 87.72 -
System Red Green Blue C M Y K H S L
Decimal 107 190 175 0.44 0 0.08 0.25 169.16 0.39 0.58
Hex 6B BE AF 2C 0 8 19 A9 27 3A
Octal 153 276 257 54 0 10 31 251 47 72
Binary 1101011 10111110 10101111 101100 0 1000 11001 10101001 100111 111010

Color Harmonies of #6BBEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBEAF

Black with #6BBEAF

Text Example


Text Example

White with #6BBEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,190,175); }

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

background-color css

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

 a { background-color: rgb(107,190,175); }

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

border-color css

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

 span { border-color: rgb(107,190,175); }

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