Html Css Color HEX #6F84CF Wild Blue Yonder

📋 copy color: '#6F84CF'

red 111 ◦ green 132 ◦ blue 207

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

Shades of Wild Blue Yonder #6F84CF

Tints of Wild Blue Yonder #6F84CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 24.67%
G = 29.33%
B = 46%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F84CF (or 0x6F84CF) is known color: Wild Blue Yonder. HEX triplet: 6F, 84 and CF. RGB value is (111,132,207). Sum of RGB (Red+Green+Blue) = 111+132+207=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F84CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F84CF is #907B30. Grayscale: #858585. Windows color (decimal): -9468721 or 13599855. OLE color: 13599855.

HSL color Cylindrical-coordinate representation of color #6F84CF: hue angle of 226.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F84CF is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 132 207 -
CMYK 0.46 0.36 0 0.19
HSL 226.88º 0.5% 0.62% -
HSV(B) 226.88º 0.46% 0.81% -
XYZ 26.07 24.39 62.36 -
YUV 134.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 111 132 207 0.46 0.36 0 0.19 226.88 0.5 0.62
Hex 6F 84 CF 2E 24 0 13 E3 32 3E
Octal 157 204 317 56 44 0 23 343 62 76
Binary 1101111 10000100 11001111 101110 100100 0 10011 11100011 110010 111110

Color Harmonies of #6F84CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F84CF

Black with #6F84CF

Text Example


Text Example

White with #6F84CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,132,207); }

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

background-color css

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

 a { background-color: rgb(111,132,207); }

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

border-color css

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

 span { border-color: rgb(111,132,207); }

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