Html Css Color HEX #6BBECB Seagull

📋 copy color: '#6BBECB'

red 107 ◦ green 190 ◦ blue 203

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

Shades of Seagull #6BBECB

Tints of Seagull #6BBECB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38%

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 21.4%
G = 38%
B = 40.6%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6BBECB (or 0x6BBECB) is known color: Seagull. HEX triplet: 6B, BE and CB. RGB value is (107,190,203). Sum of RGB (Red+Green+Blue) = 107+190+203=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #6BBECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBECB is #944134. Grayscale: #A6A6A6. Windows color (decimal): -9716021 or 13352555. OLE color: 13352555.

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

Color convert

RGB 107 190 203 -
CMYK 0.47 0.06 0 0.20
HSL 188.13º 0.48% 0.61% -
HSV(B) 188.13º 0.47% 0.8% -
XYZ 35.26 44.26 63.19 -
YUV 166.67 148.5 85.44 -
System Red Green Blue C M Y K H S L
Decimal 107 190 203 0.47 0.06 0 0.20 188.13 0.48 0.61
Hex 6B BE CB 2F 6 0 14 BC 30 3D
Octal 153 276 313 57 6 0 24 274 60 75
Binary 1101011 10111110 11001011 101111 110 0 10100 10111100 110000 111101

Color Harmonies of #6BBECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBECB

Black with #6BBECB

Text Example


Text Example

White with #6BBECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,190,203); }

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

background-color css

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

 a { background-color: rgb(107,190,203); }

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

border-color css

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

 span { border-color: rgb(107,190,203); }

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