Html Css Color HEX #6BB1CE Seagull

📋 copy color: '#6BB1CE'

red 107 ◦ green 177 ◦ blue 206

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

Shades of Seagull #6BB1CE

Tints of Seagull #6BB1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.12%

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

R = 21.84%
G = 36.12%
B = 42.04%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BB1CE (or 0x6BB1CE) is known color: Seagull. HEX triplet: 6B, B1 and CE. RGB value is (107,177,206). Sum of RGB (Red+Green+Blue) = 107+177+206=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BB1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB1CE is #944E31. Grayscale: #9F9F9F. Windows color (decimal): -9719346 or 13545835. OLE color: 13545835.

HSL color Cylindrical-coordinate representation of color #6BB1CE: hue angle of 197.58º 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 #6BB1CE is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 177 206 -
CMYK 0.48 0.14 0 0.19
HSL 197.58º 0.5% 0.61% -
HSV(B) 197.58º 0.48% 0.81% -
XYZ 32.93 39.03 64.19 -
YUV 159.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 107 177 206 0.48 0.14 0 0.19 197.58 0.5 0.61
Hex 6B B1 CE 30 E 0 13 C6 32 3D
Octal 153 261 316 60 16 0 23 306 62 75
Binary 1101011 10110001 11001110 110000 1110 0 10011 11000110 110010 111101

Color Harmonies of #6BB1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB1CE

Black with #6BB1CE

Text Example


Text Example

White with #6BB1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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