Html Css Color HEX #6BBDD5 Seagull

📋 copy color: '#6BBDD5'

red 107 ◦ green 189 ◦ blue 213

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

Shades of Seagull #6BBDD5

Tints of Seagull #6BBDD5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.13%

 BLUE value IS 213 (83.59% from 255) = 41.85%

R = 21.02%
G = 37.13%
B = 41.85%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6BBDD5 (or 0x6BBDD5) is known color: Seagull. HEX triplet: 6B, BD and D5. RGB value is (107,189,213). Sum of RGB (Red+Green+Blue) = 107+189+213=509 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.02% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #6BBDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBDD5 is #94422A. Grayscale: #A7A7A7. Windows color (decimal): -9716267 or 14007659. OLE color: 14007659.

HSL color Cylindrical-coordinate representation of color #6BBDD5: hue angle of 193.58º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BBDD5 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 189 213 -
CMYK 0.50 0.11 0 0.16
HSL 193.58º 0.56% 0.63% -
HSV(B) 193.58º 0.5% 0.84% -
XYZ 36.27 44.33 69.59 -
YUV 167.22 153.83 85.05 -
System Red Green Blue C M Y K H S L
Decimal 107 189 213 0.50 0.11 0 0.16 193.58 0.56 0.63
Hex 6B BD D5 32 B 0 10 C2 38 3F
Octal 153 275 325 62 13 0 20 302 70 77
Binary 1101011 10111101 11010101 110010 1011 0 10000 11000010 111000 111111

Color Harmonies of #6BBDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBDD5

Black with #6BBDD5

Text Example


Text Example

White with #6BBDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,189,213); }

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

background-color css

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

 a { background-color: rgb(107,189,213); }

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

border-color css

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

 span { border-color: rgb(107,189,213); }

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