Html Css Color HEX #6F7DCD Wild Blue Yonder

📋 copy color: '#6F7DCD'

red 111 ◦ green 125 ◦ blue 205

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

Shades of Wild Blue Yonder #6F7DCD

Tints of Wild Blue Yonder #6F7DCD

RGB

 RED value IS 111 (43.75% from 255) = 25.17%

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

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 25.17%
G = 28.34%
B = 46.49%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F7DCD (or 0x6F7DCD) is known color: Wild Blue Yonder. HEX triplet: 6F, 7D and CD. RGB value is (111,125,205). Sum of RGB (Red+Green+Blue) = 111+125+205=441 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.17% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F7DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7DCD is #908232. Grayscale: #818181. Windows color (decimal): -9470515 or 13466991. OLE color: 13466991.

HSL color Cylindrical-coordinate representation of color #6F7DCD: hue angle of 231.06º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F7DCD is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 125 205 -
CMYK 0.46 0.39 0 0.20
HSL 231.06º 0.48% 0.62% -
HSV(B) 231.06º 0.46% 0.8% -
XYZ 24.91 22.45 60.78 -
YUV 129.93 170.36 114.5 -
System Red Green Blue C M Y K H S L
Decimal 111 125 205 0.46 0.39 0 0.20 231.06 0.48 0.62
Hex 6F 7D CD 2E 27 0 14 E7 30 3E
Octal 157 175 315 56 47 0 24 347 60 76
Binary 1101111 1111101 11001101 101110 100111 0 10100 11100111 110000 111110

Color Harmonies of #6F7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7DCD

Black with #6F7DCD

Text Example


Text Example

White with #6F7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,125,205); }

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

background-color css

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

 a { background-color: rgb(111,125,205); }

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

border-color css

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

 span { border-color: rgb(111,125,205); }

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