Html Css Color HEX #6BBECE Seagull

📋 copy color: '#6BBECE'

red 107 ◦ green 190 ◦ blue 206

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

Shades of Seagull #6BBECE

Tints of Seagull #6BBECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 21.27%
G = 37.77%
B = 40.95%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BBECE (or 0x6BBECE) is known color: Seagull. HEX triplet: 6B, BE and CE. RGB value is (107,190,206). Sum of RGB (Red+Green+Blue) = 107+190+206=503 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.27% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BBECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBECE is #944131. Grayscale: #A6A6A6. Windows color (decimal): -9716018 or 13549163. OLE color: 13549163.

HSL color Cylindrical-coordinate representation of color #6BBECE: hue angle of 189.7º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BBECE is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 190 206 -
CMYK 0.48 0.08 0 0.19
HSL 189.7º 0.5% 0.61% -
HSV(B) 189.7º 0.48% 0.81% -
XYZ 35.62 44.41 65.09 -
YUV 167.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 107 190 206 0.48 0.08 0 0.19 189.7 0.5 0.61
Hex 6B BE CE 30 8 0 13 BE 32 3D
Octal 153 276 316 60 10 0 23 276 62 75
Binary 1101011 10111110 11001110 110000 1000 0 10011 10111110 110010 111101

Color Harmonies of #6BBECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBECE

Black with #6BBECE

Text Example


Text Example

White with #6BBECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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