Html Css Color HEX #6F9CDA Jordy Blue

📋 copy color: '#6F9CDA'

red 111 ◦ green 156 ◦ blue 218

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

Shades of Jordy Blue #6F9CDA

Tints of Jordy Blue #6F9CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.16%

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

R = 22.89%
G = 32.16%
B = 44.95%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F9CDA (or 0x6F9CDA) is known color: Jordy Blue. HEX triplet: 6F, 9C and DA. RGB value is (111,156,218). Sum of RGB (Red+Green+Blue) = 111+156+218=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F9CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9CDA is #906325. Grayscale: #959595. Windows color (decimal): -9462566 or 14326895. OLE color: 14326895.

HSL color Cylindrical-coordinate representation of color #6F9CDA: hue angle of 214.77º 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 #6F9CDA is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 156 218 -
CMYK 0.49 0.28 0 0.15
HSL 214.77º 0.59% 0.65% -
HSV(B) 214.77º 0.49% 0.85% -
XYZ 31.1 32.22 70.91 -
YUV 149.61 166.59 100.46 -
System Red Green Blue C M Y K H S L
Decimal 111 156 218 0.49 0.28 0 0.15 214.77 0.59 0.65
Hex 6F 9C DA 31 1C 0 F D7 3B 41
Octal 157 234 332 61 34 0 17 327 73 101
Binary 1101111 10011100 11011010 110001 11100 0 1111 11010111 111011 1000001

Color Harmonies of #6F9CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9CDA

Black with #6F9CDA

Text Example


Text Example

White with #6F9CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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