Html Css Color HEX #6F8DCD Wild Blue Yonder

📋 copy color: '#6F8DCD'

red 111 ◦ green 141 ◦ blue 205

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

Shades of Wild Blue Yonder #6F8DCD

Tints of Wild Blue Yonder #6F8DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.85%

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

R = 24.29%
G = 30.85%
B = 44.86%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F8DCD (or 0x6F8DCD) is known color: Wild Blue Yonder. HEX triplet: 6F, 8D and CD. RGB value is (111,141,205). Sum of RGB (Red+Green+Blue) = 111+141+205=457 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.29% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F8DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8DCD is #907232. Grayscale: #8B8B8B. Windows color (decimal): -9466419 or 13471087. OLE color: 13471087.

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

Color convert

RGB 111 141 205 -
CMYK 0.46 0.31 0 0.20
HSL 220.85º 0.48% 0.62% -
HSV(B) 220.85º 0.46% 0.8% -
XYZ 27.1 26.84 61.51 -
YUV 139.33 165.06 107.8 -
System Red Green Blue C M Y K H S L
Decimal 111 141 205 0.46 0.31 0 0.20 220.85 0.48 0.62
Hex 6F 8D CD 2E 1F 0 14 DD 30 3E
Octal 157 215 315 56 37 0 24 335 60 76
Binary 1101111 10001101 11001101 101110 11111 0 10100 11011101 110000 111110

Color Harmonies of #6F8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8DCD

Black with #6F8DCD

Text Example


Text Example

White with #6F8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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