Html Css Color HEX #6BBFD1 Seagull

📋 copy color: '#6BBFD1'

red 107 ◦ green 191 ◦ blue 209

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

Shades of Seagull #6BBFD1

Tints of Seagull #6BBFD1

RGB

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

 GREEN value IS 191 (75% from 255) = 37.67%

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

R = 21.1%
G = 37.67%
B = 41.22%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6BBFD1 (or 0x6BBFD1) is known color: Seagull. HEX triplet: 6B, BF and D1. RGB value is (107,191,209). Sum of RGB (Red+Green+Blue) = 107+191+209=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #6BBFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBFD1 is #94402E. Grayscale: #A7A7A7. Windows color (decimal): -9715759 or 13746027. OLE color: 13746027.

HSL color Cylindrical-coordinate representation of color #6BBFD1: hue angle of 190.59º 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 #6BBFD1 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 191 209 -
CMYK 0.49 0.09 0 0.18
HSL 190.59º 0.53% 0.62% -
HSV(B) 190.59º 0.49% 0.82% -
XYZ 36.2 44.99 67.1 -
YUV 167.94 151.17 84.54 -
System Red Green Blue C M Y K H S L
Decimal 107 191 209 0.49 0.09 0 0.18 190.59 0.53 0.62
Hex 6B BF D1 31 9 0 12 BF 35 3E
Octal 153 277 321 61 11 0 22 277 65 76
Binary 1101011 10111111 11010001 110001 1001 0 10010 10111111 110101 111110

Color Harmonies of #6BBFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBFD1

Black with #6BBFD1

Text Example


Text Example

White with #6BBFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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