Html Css Color HEX #6BCFCC Downy

📋 copy color: '#6BCFCC'

red 107 ◦ green 207 ◦ blue 204

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

Shades of Downy #6BCFCC

Tints of Downy #6BCFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.96%

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

R = 20.66%
G = 39.96%
B = 39.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#6BCFCC (or 0x6BCFCC) is known color: Downy. HEX triplet: 6B, CF and CC. RGB value is (107,207,204). Sum of RGB (Red+Green+Blue) = 107+207+204=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFCC is #943033. Grayscale: #B0B0B0. Windows color (decimal): -9711668 or 13422443. OLE color: 13422443.

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

Color convert

RGB 107 207 204 -
CMYK 0.48 0 0.01 0.19
HSL 178.2º 0.51% 0.62% -
HSV(B) 178.2º 0.48% 0.81% -
XYZ 39.28 52.11 65.12 -
YUV 176.76 143.37 78.24 -
System Red Green Blue C M Y K H S L
Decimal 107 207 204 0.48 0 0.01 0.19 178.2 0.51 0.62
Hex 6B CF CC 30 0 1 13 B2 33 3E
Octal 153 317 314 60 0 1 23 262 63 76
Binary 1101011 11001111 11001100 110000 0 1 10011 10110010 110011 111110

Color Harmonies of #6BCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCFCC

Black with #6BCFCC

Text Example


Text Example

White with #6BCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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