Html Css Color HEX #6D7DCA Wild Blue Yonder

📋 copy color: '#6D7DCA'

red 109 ◦ green 125 ◦ blue 202

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

Shades of Wild Blue Yonder #6D7DCA

Tints of Wild Blue Yonder #6D7DCA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.67%

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

R = 25%
G = 28.67%
B = 46.33%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6D7DCA (or 0x6D7DCA) is known color: Wild Blue Yonder. HEX triplet: 6D, 7D and CA. RGB value is (109,125,202). Sum of RGB (Red+Green+Blue) = 109+125+202=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D7DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7DCA is #928235. Grayscale: #808080. Windows color (decimal): -9601590 or 13270381. OLE color: 13270381.

HSL color Cylindrical-coordinate representation of color #6D7DCA: hue angle of 229.68º 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 #6D7DCA is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 109 125 202 -
CMYK 0.46 0.38 0 0.21
HSL 229.68º 0.47% 0.61% -
HSV(B) 229.68º 0.46% 0.79% -
XYZ 24.3 22.18 58.88 -
YUV 128.99 169.2 113.74 -
System Red Green Blue C M Y K H S L
Decimal 109 125 202 0.46 0.38 0 0.21 229.68 0.47 0.61
Hex 6D 7D CA 2E 26 0 15 E6 2F 3D
Octal 155 175 312 56 46 0 25 346 57 75
Binary 1101101 1111101 11001010 101110 100110 0 10101 11100110 101111 111101

Color Harmonies of #6D7DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7DCA

Black with #6D7DCA

Text Example


Text Example

White with #6D7DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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