Html Css Color HEX #6BB2CE Seagull

📋 copy color: '#6BB2CE'

red 107 ◦ green 178 ◦ blue 206

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

Shades of Seagull #6BB2CE

Tints of Seagull #6BB2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.25%

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

R = 21.79%
G = 36.25%
B = 41.96%

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

#6BB2CE (or 0x6BB2CE) is known color: Seagull. HEX triplet: 6B, B2 and CE. RGB value is (107,178,206). Sum of RGB (Red+Green+Blue) = 107+178+206=491 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.79% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BB2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB2CE is #944D31. Grayscale: #9F9F9F. Windows color (decimal): -9719090 or 13546091. OLE color: 13546091.

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

Color convert

RGB 107 178 206 -
CMYK 0.48 0.14 0 0.19
HSL 196.97º 0.5% 0.61% -
HSV(B) 196.97º 0.48% 0.81% -
XYZ 33.12 39.42 64.26 -
YUV 159.96 153.98 90.22 -
System Red Green Blue C M Y K H S L
Decimal 107 178 206 0.48 0.14 0 0.19 196.97 0.5 0.61
Hex 6B B2 CE 30 E 0 13 C5 32 3D
Octal 153 262 316 60 16 0 23 305 62 75
Binary 1101011 10110010 11001110 110000 1110 0 10011 11000101 110010 111101

Color Harmonies of #6BB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB2CE

Black with #6BB2CE

Text Example


Text Example

White with #6BB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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