Html Css Color HEX #6BC8DA Spray

📋 copy color: '#6BC8DA'

red 107 ◦ green 200 ◦ blue 218

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

Shades of Spray #6BC8DA

Tints of Spray #6BC8DA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.1%

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 20.38%
G = 38.1%
B = 41.52%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6BC8DA (or 0x6BC8DA) is known color: Spray. HEX triplet: 6B, C8 and DA. RGB value is (107,200,218). Sum of RGB (Red+Green+Blue) = 107+200+218=525 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.38% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BC8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC8DA is #943725. Grayscale: #AEAEAE. Windows color (decimal): -9713446 or 14338155. OLE color: 14338155.

HSL color Cylindrical-coordinate representation of color #6BC8DA: hue angle of 189.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BC8DA is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 200 218 -
CMYK 0.51 0.08 0 0.15
HSL 189.73º 0.6% 0.64% -
HSV(B) 189.73º 0.51% 0.85% -
XYZ 39.37 49.5 73.81 -
YUV 174.25 152.69 80.04 -
System Red Green Blue C M Y K H S L
Decimal 107 200 218 0.51 0.08 0 0.15 189.73 0.6 0.64
Hex 6B C8 DA 33 8 0 F BE 3C 40
Octal 153 310 332 63 10 0 17 276 74 100
Binary 1101011 11001000 11011010 110011 1000 0 1111 10111110 111100 1000000

Color Harmonies of #6BC8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC8DA

Black with #6BC8DA

Text Example


Text Example

White with #6BC8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,200,218); }

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

background-color css

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

 a { background-color: rgb(107,200,218); }

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

border-color css

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

 span { border-color: rgb(107,200,218); }

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