Html Css Color HEX #6D84CA Wild Blue Yonder

📋 copy color: '#6D84CA'

red 109 ◦ green 132 ◦ blue 202

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

Shades of Wild Blue Yonder #6D84CA

Tints of Wild Blue Yonder #6D84CA

RGB

 RED value IS 109 (42.97% from 255) = 24.6%

 GREEN value IS 132 (51.95% from 255) = 29.8%

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 24.6%
G = 29.8%
B = 45.6%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6D84CA (or 0x6D84CA) is known color: Wild Blue Yonder. HEX triplet: 6D, 84 and CA. RGB value is (109,132,202). Sum of RGB (Red+Green+Blue) = 109+132+202=443 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.60% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D84CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D84CA is #927B35. Grayscale: #848484. Windows color (decimal): -9599798 or 13272173. OLE color: 13272173.

HSL color Cylindrical-coordinate representation of color #6D84CA: hue angle of 225.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D84CA is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 109 132 202 -
CMYK 0.46 0.35 0 0.21
HSL 225.16º 0.47% 0.61% -
HSV(B) 225.16º 0.46% 0.79% -
XYZ 25.22 24.02 59.18 -
YUV 133.1 166.88 110.81 -
System Red Green Blue C M Y K H S L
Decimal 109 132 202 0.46 0.35 0 0.21 225.16 0.47 0.61
Hex 6D 84 CA 2E 23 0 15 E1 2F 3D
Octal 155 204 312 56 43 0 25 341 57 75
Binary 1101101 10000100 11001010 101110 100011 0 10101 11100001 101111 111101

Color Harmonies of #6D84CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D84CA

Black with #6D84CA

Text Example


Text Example

White with #6D84CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,132,202); }

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

background-color css

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

 a { background-color: rgb(109,132,202); }

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

border-color css

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

 span { border-color: rgb(109,132,202); }

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