Html Css Color HEX #6F9FDA Jordy Blue

📋 copy color: '#6F9FDA'

red 111 ◦ green 159 ◦ blue 218

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

Shades of Jordy Blue #6F9FDA

Tints of Jordy Blue #6F9FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.58%

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 22.75%
G = 32.58%
B = 44.67%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F9FDA (or 0x6F9FDA) is known color: Jordy Blue. HEX triplet: 6F, 9F and DA. RGB value is (111,159,218). Sum of RGB (Red+Green+Blue) = 111+159+218=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F9FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9FDA is #906025. Grayscale: #979797. Windows color (decimal): -9461798 or 14327663. OLE color: 14327663.

HSL color Cylindrical-coordinate representation of color #6F9FDA: hue angle of 213.08º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F9FDA is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 159 218 -
CMYK 0.49 0.27 0 0.15
HSL 213.08º 0.59% 0.65% -
HSV(B) 213.08º 0.49% 0.85% -
XYZ 31.61 33.24 71.08 -
YUV 151.37 165.6 99.2 -
System Red Green Blue C M Y K H S L
Decimal 111 159 218 0.49 0.27 0 0.15 213.08 0.59 0.65
Hex 6F 9F DA 31 1B 0 F D5 3B 41
Octal 157 237 332 61 33 0 17 325 73 101
Binary 1101111 10011111 11011010 110001 11011 0 1111 11010101 111011 1000001

Color Harmonies of #6F9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9FDA

Black with #6F9FDA

Text Example


Text Example

White with #6F9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,159,218); }

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

background-color css

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

 a { background-color: rgb(111,159,218); }

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

border-color css

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

 span { border-color: rgb(111,159,218); }

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