Html Css Color HEX #6BB0D1 Seagull

📋 copy color: '#6BB0D1'

red 107 ◦ green 176 ◦ blue 209

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

Shades of Seagull #6BB0D1

Tints of Seagull #6BB0D1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.77%

 BLUE value IS 209 (82.03% from 255) = 42.48%

R = 21.75%
G = 35.77%
B = 42.48%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6BB0D1 (or 0x6BB0D1) is known color: Seagull. HEX triplet: 6B, B0 and D1. RGB value is (107,176,209). Sum of RGB (Red+Green+Blue) = 107+176+209=492 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.75% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #6BB0D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB0D1 is #944F2E. Grayscale: #9E9E9E. Windows color (decimal): -9719599 or 13742187. OLE color: 13742187.

HSL color Cylindrical-coordinate representation of color #6BB0D1: hue angle of 199.41º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BB0D1 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 176 209 -
CMYK 0.49 0.16 0 0.18
HSL 199.41º 0.53% 0.62% -
HSV(B) 199.41º 0.49% 0.82% -
XYZ 33.1 38.78 66.06 -
YUV 159.13 156.14 90.82 -
System Red Green Blue C M Y K H S L
Decimal 107 176 209 0.49 0.16 0 0.18 199.41 0.53 0.62
Hex 6B B0 D1 31 10 0 12 C7 35 3E
Octal 153 260 321 61 20 0 22 307 65 76
Binary 1101011 10110000 11010001 110001 10000 0 10010 11000111 110101 111110

Color Harmonies of #6BB0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB0D1

Black with #6BB0D1

Text Example


Text Example

White with #6BB0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,176,209); }

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

background-color css

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

 a { background-color: rgb(107,176,209); }

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

border-color css

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

 span { border-color: rgb(107,176,209); }

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