Html Css Color HEX #6BB3CF Seagull

📋 copy color: '#6BB3CF'

red 107 ◦ green 179 ◦ blue 207

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

Shades of Seagull #6BB3CF

Tints of Seagull #6BB3CF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.31%

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

R = 21.7%
G = 36.31%
B = 41.99%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BB3CF (or 0x6BB3CF) is known color: Seagull. HEX triplet: 6B, B3 and CF. RGB value is (107,179,207). Sum of RGB (Red+Green+Blue) = 107+179+207=493 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.70% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #6BB3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB3CF is #944C30. Grayscale: #A0A0A0. Windows color (decimal): -9718833 or 13611883. OLE color: 13611883.

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

Color convert

RGB 107 179 207 -
CMYK 0.48 0.14 0 0.19
HSL 196.8º 0.51% 0.62% -
HSV(B) 196.8º 0.48% 0.81% -
XYZ 33.45 39.87 64.96 -
YUV 160.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 107 179 207 0.48 0.14 0 0.19 196.8 0.51 0.62
Hex 6B B3 CF 30 E 0 13 C5 33 3E
Octal 153 263 317 60 16 0 23 305 63 76
Binary 1101011 10110011 11001111 110000 1110 0 10011 11000101 110011 111110

Color Harmonies of #6BB3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB3CF

Black with #6BB3CF

Text Example


Text Example

White with #6BB3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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