Html Css Color HEX #6BBDCE Seagull

📋 copy color: '#6BBDCE'

red 107 ◦ green 189 ◦ blue 206

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

Shades of Seagull #6BBDCE

Tints of Seagull #6BBDCE

RGB

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

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

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

R = 21.31%
G = 37.65%
B = 41.04%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BBDCE (or 0x6BBDCE) is known color: Seagull. HEX triplet: 6B, BD and CE. RGB value is (107,189,206). Sum of RGB (Red+Green+Blue) = 107+189+206=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BBDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBDCE is #944231. Grayscale: #A6A6A6. Windows color (decimal): -9716274 or 13548907. OLE color: 13548907.

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

Color convert

RGB 107 189 206 -
CMYK 0.48 0.08 0 0.19
HSL 190.3º 0.5% 0.61% -
HSV(B) 190.3º 0.48% 0.81% -
XYZ 35.4 43.98 65.02 -
YUV 166.42 150.33 85.62 -
System Red Green Blue C M Y K H S L
Decimal 107 189 206 0.48 0.08 0 0.19 190.3 0.5 0.61
Hex 6B BD CE 30 8 0 13 BE 32 3D
Octal 153 275 316 60 10 0 23 276 62 75
Binary 1101011 10111101 11001110 110000 1000 0 10011 10111110 110010 111101

Color Harmonies of #6BBDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBDCE

Black with #6BBDCE

Text Example


Text Example

White with #6BBDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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