Html Css Color HEX #6BBBC8 Seagull

📋 copy color: '#6BBBC8'

red 107 ◦ green 187 ◦ blue 200

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

Shades of Seagull #6BBBC8

Tints of Seagull #6BBBC8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.85%

 BLUE value IS 200 (78.52% from 255) = 40.49%

R = 21.66%
G = 37.85%
B = 40.49%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6BBBC8 (or 0x6BBBC8) is known color: Seagull. HEX triplet: 6B, BB and C8. RGB value is (107,187,200). Sum of RGB (Red+Green+Blue) = 107+187+200=494 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.66% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 200 - color contains mainly: blue. Hex color #6BBBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBBC8 is #944437. Grayscale: #A4A4A4. Windows color (decimal): -9716792 or 13155179. OLE color: 13155179.

HSL color Cylindrical-coordinate representation of color #6BBBC8: hue angle of 188.39º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BBBC8 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 107 187 200 -
CMYK 0.46 0.06 0 0.22
HSL 188.39º 0.46% 0.6% -
HSV(B) 188.39º 0.47% 0.78% -
XYZ 34.26 42.84 61.11 -
YUV 164.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 107 187 200 0.46 0.06 0 0.22 188.39 0.46 0.6
Hex 6B BB C8 2E 6 0 16 BC 2E 3C
Octal 153 273 310 56 6 0 26 274 56 74
Binary 1101011 10111011 11001000 101110 110 0 10110 10111100 101110 111100

Color Harmonies of #6BBBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBBC8

Black with #6BBBC8

Text Example


Text Example

White with #6BBBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,187,200); }

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

background-color css

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

 a { background-color: rgb(107,187,200); }

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

border-color css

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

 span { border-color: rgb(107,187,200); }

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