Html Css Color HEX #6F81CF Wild Blue Yonder

📋 copy color: '#6F81CF'

red 111 ◦ green 129 ◦ blue 207

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

Shades of Wild Blue Yonder #6F81CF

Tints of Wild Blue Yonder #6F81CF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.86%

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

R = 24.83%
G = 28.86%
B = 46.31%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F81CF (or 0x6F81CF) is known color: Wild Blue Yonder. HEX triplet: 6F, 81 and CF. RGB value is (111,129,207). Sum of RGB (Red+Green+Blue) = 111+129+207=447 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.83% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F81CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F81CF is #907E30. Grayscale: #848484. Windows color (decimal): -9469489 or 13599087. OLE color: 13599087.

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

Color convert

RGB 111 129 207 -
CMYK 0.46 0.38 0 0.19
HSL 228.75º 0.5% 0.62% -
HSV(B) 228.75º 0.46% 0.81% -
XYZ 25.67 23.59 62.23 -
YUV 132.51 170.04 112.66 -
System Red Green Blue C M Y K H S L
Decimal 111 129 207 0.46 0.38 0 0.19 228.75 0.5 0.62
Hex 6F 81 CF 2E 26 0 13 E5 32 3E
Octal 157 201 317 56 46 0 23 345 62 76
Binary 1101111 10000001 11001111 101110 100110 0 10011 11100101 110010 111110

Color Harmonies of #6F81CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F81CF

Black with #6F81CF

Text Example


Text Example

White with #6F81CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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