Html Css Color HEX #6BAFCB Seagull

📋 copy color: '#6BAFCB'

red 107 ◦ green 175 ◦ blue 203

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

Shades of Seagull #6BAFCB

Tints of Seagull #6BAFCB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.08%

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

R = 22.06%
G = 36.08%
B = 41.86%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6BAFCB (or 0x6BAFCB) is known color: Seagull. HEX triplet: 6B, AF and CB. RGB value is (107,175,203). Sum of RGB (Red+Green+Blue) = 107+175+203=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #6BAFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFCB is #945034. Grayscale: #9D9D9D. Windows color (decimal): -9719861 or 13348715. OLE color: 13348715.

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

Color convert

RGB 107 175 203 -
CMYK 0.47 0.14 0 0.20
HSL 197.5º 0.48% 0.61% -
HSV(B) 197.5º 0.47% 0.8% -
XYZ 32.17 38.1 62.16 -
YUV 157.86 153.47 91.72 -
System Red Green Blue C M Y K H S L
Decimal 107 175 203 0.47 0.14 0 0.20 197.5 0.48 0.61
Hex 6B AF CB 2F E 0 14 C6 30 3D
Octal 153 257 313 57 16 0 24 306 60 75
Binary 1101011 10101111 11001011 101111 1110 0 10100 11000110 110000 111101

Color Harmonies of #6BAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFCB

Black with #6BAFCB

Text Example


Text Example

White with #6BAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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