Html Css Color HEX #6BBCCC Seagull

📋 copy color: '#6BBCCC'

red 107 ◦ green 188 ◦ blue 204

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

Shades of Seagull #6BBCCC

Tints of Seagull #6BBCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 21.44%
G = 37.68%
B = 40.88%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6BBCCC (or 0x6BBCCC) is known color: Seagull. HEX triplet: 6B, BC and CC. RGB value is (107,188,204). Sum of RGB (Red+Green+Blue) = 107+188+204=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BBCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCCC is #944333. Grayscale: #A5A5A5. Windows color (decimal): -9716532 or 13417579. OLE color: 13417579.

HSL color Cylindrical-coordinate representation of color #6BBCCC: hue angle of 189.9º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BBCCC is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 188 204 -
CMYK 0.48 0.08 0 0.2
HSL 189.9º 0.49% 0.61% -
HSV(B) 189.9º 0.48% 0.8% -
XYZ 34.95 43.45 63.67 -
YUV 165.61 149.66 86.2 -
System Red Green Blue C M Y K H S L
Decimal 107 188 204 0.48 0.08 0 0.2 189.9 0.49 0.61
Hex 6B BC CC 30 8 0 14 BE 31 3D
Octal 153 274 314 60 10 0 24 276 61 75
Binary 1101011 10111100 11001100 110000 1000 0 10100 10111110 110001 111101

Color Harmonies of #6BBCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBCCC

Black with #6BBCCC

Text Example


Text Example

White with #6BBCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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