Html Css Color HEX #6BBCCF Seagull

📋 copy color: '#6BBCCF'

red 107 ◦ green 188 ◦ blue 207

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

Shades of Seagull #6BBCCF

Tints of Seagull #6BBCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.45%

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 21.31%
G = 37.45%
B = 41.24%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BBCCF (or 0x6BBCCF) is known color: Seagull. HEX triplet: 6B, BC and CF. RGB value is (107,188,207). Sum of RGB (Red+Green+Blue) = 107+188+207=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #6BBCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCCF is #944330. Grayscale: #A5A5A5. Windows color (decimal): -9716529 or 13614187. OLE color: 13614187.

HSL color Cylindrical-coordinate representation of color #6BBCCF: hue angle of 191.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BBCCF is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 188 207 -
CMYK 0.48 0.09 0 0.19
HSL 191.4º 0.51% 0.62% -
HSV(B) 191.4º 0.48% 0.81% -
XYZ 35.31 43.6 65.59 -
YUV 165.95 151.16 85.96 -
System Red Green Blue C M Y K H S L
Decimal 107 188 207 0.48 0.09 0 0.19 191.4 0.51 0.62
Hex 6B BC CF 30 9 0 13 BF 33 3E
Octal 153 274 317 60 11 0 23 277 63 76
Binary 1101011 10111100 11001111 110000 1001 0 10011 10111111 110011 111110

Color Harmonies of #6BBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBCCF

Black with #6BBCCF

Text Example


Text Example

White with #6BBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,188,207); }

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

background-color css

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

 a { background-color: rgb(107,188,207); }

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

border-color css

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

 span { border-color: rgb(107,188,207); }

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