Html Css Color HEX #6F8CCD Wild Blue Yonder

📋 copy color: '#6F8CCD'

red 111 ◦ green 140 ◦ blue 205

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

Shades of Wild Blue Yonder #6F8CCD

Tints of Wild Blue Yonder #6F8CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.7%

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

R = 24.34%
G = 30.7%
B = 44.96%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F8CCD (or 0x6F8CCD) is known color: Wild Blue Yonder. HEX triplet: 6F, 8C and CD. RGB value is (111,140,205). Sum of RGB (Red+Green+Blue) = 111+140+205=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F8CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8CCD is #907332. Grayscale: #8A8A8A. Windows color (decimal): -9466675 or 13470831. OLE color: 13470831.

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

Color convert

RGB 111 140 205 -
CMYK 0.46 0.32 0 0.20
HSL 221.49º 0.48% 0.62% -
HSV(B) 221.49º 0.46% 0.8% -
XYZ 26.95 26.54 61.46 -
YUV 138.74 165.39 108.21 -
System Red Green Blue C M Y K H S L
Decimal 111 140 205 0.46 0.32 0 0.20 221.49 0.48 0.62
Hex 6F 8C CD 2E 20 0 14 DD 30 3E
Octal 157 214 315 56 40 0 24 335 60 76
Binary 1101111 10001100 11001101 101110 100000 0 10100 11011101 110000 111110

Color Harmonies of #6F8CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8CCD

Black with #6F8CCD

Text Example


Text Example

White with #6F8CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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